Uses of Interface
software.amazon.awssdk.services.ssm.model.GetMaintenanceWindowExecutionResponse.Builder
Packages that use GetMaintenanceWindowExecutionResponse.Builder
-
Uses of GetMaintenanceWindowExecutionResponse.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetMaintenanceWindowExecutionResponse.BuilderModifier and TypeMethodDescriptionGetMaintenanceWindowExecutionResponse.builder()The time the maintenance window finished running.The time the maintenance window started running.The status of the maintenance window execution.GetMaintenanceWindowExecutionResponse.Builder.status(MaintenanceWindowExecutionStatus status) The status of the maintenance window execution.GetMaintenanceWindowExecutionResponse.Builder.statusDetails(String statusDetails) The details explaining the status.The ID of the task executions from the maintenance window execution.GetMaintenanceWindowExecutionResponse.Builder.taskIds(Collection<String> taskIds) The ID of the task executions from the maintenance window execution.GetMaintenanceWindowExecutionResponse.toBuilder()GetMaintenanceWindowExecutionResponse.Builder.windowExecutionId(String windowExecutionId) The ID of the maintenance window execution.Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetMaintenanceWindowExecutionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetMaintenanceWindowExecutionResponse.Builder>GetMaintenanceWindowExecutionResponse.serializableBuilderClass()