Uses of Class
software.amazon.awssdk.services.ssm.model.GetMaintenanceWindowExecutionTaskResponse
-
Packages that use GetMaintenanceWindowExecutionTaskResponse Package Description software.amazon.awssdk.services.ssm 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 GetMaintenanceWindowExecutionTaskResponse Modifier and Type Method Description default GetMaintenanceWindowExecutionTaskResponseSsmClient. getMaintenanceWindowExecutionTask(Consumer<GetMaintenanceWindowExecutionTaskRequest.Builder> getMaintenanceWindowExecutionTaskRequest)Retrieves the details about a specific task run as part of a maintenance window execution.default GetMaintenanceWindowExecutionTaskResponseSsmClient. 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 GetMaintenanceWindowExecutionTaskResponse Modifier and Type Method Description default CompletableFuture<GetMaintenanceWindowExecutionTaskResponse>SsmAsyncClient. getMaintenanceWindowExecutionTask(Consumer<GetMaintenanceWindowExecutionTaskRequest.Builder> getMaintenanceWindowExecutionTaskRequest)Retrieves the details about a specific task run as part of a maintenance window execution.default CompletableFuture<GetMaintenanceWindowExecutionTaskResponse>SsmAsyncClient. getMaintenanceWindowExecutionTask(GetMaintenanceWindowExecutionTaskRequest getMaintenanceWindowExecutionTaskRequest)Retrieves the details about a specific task run as part of a maintenance window execution.
-