Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeMaintenanceWindowsForTargetResponse
-
Packages that use DescribeMaintenanceWindowsForTargetResponse 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.software.amazon.awssdk.services.ssm.paginators -
-
Uses of DescribeMaintenanceWindowsForTargetResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeMaintenanceWindowsForTargetResponse Modifier and Type Method Description default DescribeMaintenanceWindowsForTargetResponseSsmClient. describeMaintenanceWindowsForTarget(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)Retrieves information about the maintenance window targets or tasks that a managed node is associated with.default DescribeMaintenanceWindowsForTargetResponseSsmClient. describeMaintenanceWindowsForTarget(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)Retrieves information about the maintenance window targets or tasks that a managed node is associated with.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeMaintenanceWindowsForTargetResponse Modifier and Type Method Description default CompletableFuture<DescribeMaintenanceWindowsForTargetResponse>SsmAsyncClient. describeMaintenanceWindowsForTarget(Consumer<DescribeMaintenanceWindowsForTargetRequest.Builder> describeMaintenanceWindowsForTargetRequest)Retrieves information about the maintenance window targets or tasks that a managed node is associated with.default CompletableFuture<DescribeMaintenanceWindowsForTargetResponse>SsmAsyncClient. describeMaintenanceWindowsForTarget(DescribeMaintenanceWindowsForTargetRequest describeMaintenanceWindowsForTargetRequest)Retrieves information about the maintenance window targets or tasks that a managed node is associated with. -
Uses of DescribeMaintenanceWindowsForTargetResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeMaintenanceWindowsForTargetResponse Modifier and Type Method Description Iterator<DescribeMaintenanceWindowsForTargetResponse>DescribeMaintenanceWindowsForTargetIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeMaintenanceWindowsForTargetResponse Modifier and Type Method Description voidDescribeMaintenanceWindowsForTargetPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeMaintenanceWindowsForTargetResponse> subscriber)
-