Uses of Class
software.amazon.awssdk.services.ssm.model.GetMaintenanceWindowExecutionTaskResponse
Packages that use GetMaintenanceWindowExecutionTaskResponse
Package
Description
Amazon Web Services Systems Manager is the operations hub for your Amazon Web Services applications and resources and
a secure end-to-end management solution for hybrid cloud environments that enables safe and secure operations at
scale.
-
Uses of GetMaintenanceWindowExecutionTaskResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetMaintenanceWindowExecutionTaskResponseModifier and TypeMethodDescriptionSsmClient.getMaintenanceWindowExecutionTask(Consumer<GetMaintenanceWindowExecutionTaskRequest.Builder> getMaintenanceWindowExecutionTaskRequest) Retrieves the details about a specific task run as part of a maintenance window execution.SsmClient.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest) Retrieves the details about a specific task run as part of a maintenance window execution.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetMaintenanceWindowExecutionTaskResponseModifier and TypeMethodDescriptionSsmAsyncClient.getMaintenanceWindowExecutionTask(Consumer<GetMaintenanceWindowExecutionTaskRequest.Builder> getMaintenanceWindowExecutionTaskRequest) Retrieves the details about a specific task run as part of a maintenance window execution.SsmAsyncClient.getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest) Retrieves the details about a specific task run as part of a maintenance window execution.