| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
LoggingInfo |
LoggingInfo.clone() |
LoggingInfo |
MaintenanceWindowTask.getLoggingInfo()
Information about an Amazon S3 bucket to write task-level logs to.
|
LoggingInfo |
RegisterTaskWithMaintenanceWindowRequest.getLoggingInfo()
A structure containing information about an Amazon S3 bucket to write instance-level logs to.
|
LoggingInfo |
LoggingInfo.withS3BucketName(String s3BucketName)
The name of an Amazon S3 bucket where execution logs are stored .
|
LoggingInfo |
LoggingInfo.withS3KeyPrefix(String s3KeyPrefix)
(Optional) The Amazon S3 bucket subfolder.
|
LoggingInfo |
LoggingInfo.withS3Region(String s3Region)
The region where the Amazon S3 bucket is located.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MaintenanceWindowTask.setLoggingInfo(LoggingInfo loggingInfo)
Information about an Amazon S3 bucket to write task-level logs to.
|
void |
RegisterTaskWithMaintenanceWindowRequest.setLoggingInfo(LoggingInfo loggingInfo)
A structure containing information about an Amazon S3 bucket to write instance-level logs to.
|
MaintenanceWindowTask |
MaintenanceWindowTask.withLoggingInfo(LoggingInfo loggingInfo)
Information about an Amazon S3 bucket to write task-level logs to.
|
RegisterTaskWithMaintenanceWindowRequest |
RegisterTaskWithMaintenanceWindowRequest.withLoggingInfo(LoggingInfo loggingInfo)
A structure containing information about an Amazon S3 bucket to write instance-level logs to.
|
Copyright © 2017. All rights reserved.