Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeInstancePatchStatesForPatchGroupResponse
-
Packages that use DescribeInstancePatchStatesForPatchGroupResponse 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 DescribeInstancePatchStatesForPatchGroupResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeInstancePatchStatesForPatchGroupResponse Modifier and Type Method Description default DescribeInstancePatchStatesForPatchGroupResponseSsmClient. describeInstancePatchStatesForPatchGroup(Consumer<DescribeInstancePatchStatesForPatchGroupRequest.Builder> describeInstancePatchStatesForPatchGroupRequest)Retrieves the high-level patch state for the managed nodes in the specified patch group.default DescribeInstancePatchStatesForPatchGroupResponseSsmClient. describeInstancePatchStatesForPatchGroup(DescribeInstancePatchStatesForPatchGroupRequest describeInstancePatchStatesForPatchGroupRequest)Retrieves the high-level patch state for the managed nodes in the specified patch group.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeInstancePatchStatesForPatchGroupResponse Modifier and Type Method Description default CompletableFuture<DescribeInstancePatchStatesForPatchGroupResponse>SsmAsyncClient. describeInstancePatchStatesForPatchGroup(Consumer<DescribeInstancePatchStatesForPatchGroupRequest.Builder> describeInstancePatchStatesForPatchGroupRequest)Retrieves the high-level patch state for the managed nodes in the specified patch group.default CompletableFuture<DescribeInstancePatchStatesForPatchGroupResponse>SsmAsyncClient. describeInstancePatchStatesForPatchGroup(DescribeInstancePatchStatesForPatchGroupRequest describeInstancePatchStatesForPatchGroupRequest)Retrieves the high-level patch state for the managed nodes in the specified patch group. -
Uses of DescribeInstancePatchStatesForPatchGroupResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeInstancePatchStatesForPatchGroupResponse Modifier and Type Method Description Iterator<DescribeInstancePatchStatesForPatchGroupResponse>DescribeInstancePatchStatesForPatchGroupIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeInstancePatchStatesForPatchGroupResponse Modifier and Type Method Description voidDescribeInstancePatchStatesForPatchGroupPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInstancePatchStatesForPatchGroupResponse> subscriber)
-