Uses of Class
software.amazon.awssdk.services.ssm.model.LoggingInfo
-
Packages that use LoggingInfo Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of LoggingInfo in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return LoggingInfo Modifier and Type Method Description LoggingInfoGetMaintenanceWindowTaskResponse. loggingInfo()The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.LoggingInfoMaintenanceWindowTask. loggingInfo()Information about an S3 bucket to write task-level logs to.LoggingInfoRegisterTaskWithMaintenanceWindowRequest. loggingInfo()A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.LoggingInfoUpdateMaintenanceWindowTaskRequest. loggingInfo()The new logging location in Amazon S3 to specify.LoggingInfoUpdateMaintenanceWindowTaskResponse. loggingInfo()The updated logging information in Amazon S3.Methods in software.amazon.awssdk.services.ssm.model with parameters of type LoggingInfo Modifier and Type Method Description GetMaintenanceWindowTaskResponse.BuilderGetMaintenanceWindowTaskResponse.Builder. loggingInfo(LoggingInfo loggingInfo)The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.MaintenanceWindowTask.BuilderMaintenanceWindowTask.Builder. loggingInfo(LoggingInfo loggingInfo)Information about an S3 bucket to write task-level logs to.RegisterTaskWithMaintenanceWindowRequest.BuilderRegisterTaskWithMaintenanceWindowRequest.Builder. loggingInfo(LoggingInfo loggingInfo)A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.UpdateMaintenanceWindowTaskRequest.BuilderUpdateMaintenanceWindowTaskRequest.Builder. loggingInfo(LoggingInfo loggingInfo)The new logging location in Amazon S3 to specify.UpdateMaintenanceWindowTaskResponse.BuilderUpdateMaintenanceWindowTaskResponse.Builder. loggingInfo(LoggingInfo loggingInfo)The updated logging information in Amazon S3.
-