Uses of Class
software.amazon.awssdk.services.ssm.model.LoggingInfo
Packages that use LoggingInfo
-
Uses of LoggingInfo in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return LoggingInfoModifier and TypeMethodDescriptionfinal LoggingInfoGetMaintenanceWindowTaskResponse.loggingInfo()The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.final LoggingInfoMaintenanceWindowTask.loggingInfo()Information about an S3 bucket to write task-level logs to.final LoggingInfoRegisterTaskWithMaintenanceWindowRequest.loggingInfo()A structure containing information about an Amazon Simple Storage Service (Amazon S3) bucket to write managed node-level logs to.final LoggingInfoUpdateMaintenanceWindowTaskRequest.loggingInfo()The new logging location in Amazon S3 to specify.final LoggingInfoUpdateMaintenanceWindowTaskResponse.loggingInfo()The updated logging information in Amazon S3.Methods in software.amazon.awssdk.services.ssm.model with parameters of type LoggingInfoModifier and TypeMethodDescriptionGetMaintenanceWindowTaskResponse.Builder.loggingInfo(LoggingInfo loggingInfo) The location in Amazon Simple Storage Service (Amazon S3) where the task results are logged.MaintenanceWindowTask.Builder.loggingInfo(LoggingInfo loggingInfo) Information about an S3 bucket to write task-level logs to.RegisterTaskWithMaintenanceWindowRequest.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.Builder.loggingInfo(LoggingInfo loggingInfo) The new logging location in Amazon S3 to specify.UpdateMaintenanceWindowTaskResponse.Builder.loggingInfo(LoggingInfo loggingInfo) The updated logging information in Amazon S3.