Uses of Class
software.amazon.awssdk.services.ssm.model.RegisterTargetWithMaintenanceWindowResponse
-
Packages that use RegisterTargetWithMaintenanceWindowResponse 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 RegisterTargetWithMaintenanceWindowResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return RegisterTargetWithMaintenanceWindowResponse Modifier and Type Method Description default RegisterTargetWithMaintenanceWindowResponseSsmClient. registerTargetWithMaintenanceWindow(Consumer<RegisterTargetWithMaintenanceWindowRequest.Builder> registerTargetWithMaintenanceWindowRequest)Registers a target with a maintenance window.default RegisterTargetWithMaintenanceWindowResponseSsmClient. registerTargetWithMaintenanceWindow(RegisterTargetWithMaintenanceWindowRequest registerTargetWithMaintenanceWindowRequest)Registers a target with a maintenance window.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type RegisterTargetWithMaintenanceWindowResponse Modifier and Type Method Description default CompletableFuture<RegisterTargetWithMaintenanceWindowResponse>SsmAsyncClient. registerTargetWithMaintenanceWindow(Consumer<RegisterTargetWithMaintenanceWindowRequest.Builder> registerTargetWithMaintenanceWindowRequest)Registers a target with a maintenance window.default CompletableFuture<RegisterTargetWithMaintenanceWindowResponse>SsmAsyncClient. registerTargetWithMaintenanceWindow(RegisterTargetWithMaintenanceWindowRequest registerTargetWithMaintenanceWindowRequest)Registers a target with a maintenance window.
-