Uses of Class
software.amazon.awssdk.services.ssm.model.DescribeInstancePatchStatesResponse
-
Packages that use DescribeInstancePatchStatesResponse 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 DescribeInstancePatchStatesResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return DescribeInstancePatchStatesResponse Modifier and Type Method Description default DescribeInstancePatchStatesResponseSsmClient. describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes.default DescribeInstancePatchStatesResponseSsmClient. describeInstancePatchStates(DescribeInstancePatchStatesRequest describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type DescribeInstancePatchStatesResponse Modifier and Type Method Description default CompletableFuture<DescribeInstancePatchStatesResponse>SsmAsyncClient. describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes.default CompletableFuture<DescribeInstancePatchStatesResponse>SsmAsyncClient. describeInstancePatchStates(DescribeInstancePatchStatesRequest describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes. -
Uses of DescribeInstancePatchStatesResponse in software.amazon.awssdk.services.ssm.paginators
Methods in software.amazon.awssdk.services.ssm.paginators that return types with arguments of type DescribeInstancePatchStatesResponse Modifier and Type Method Description Iterator<DescribeInstancePatchStatesResponse>DescribeInstancePatchStatesIterable. iterator()Method parameters in software.amazon.awssdk.services.ssm.paginators with type arguments of type DescribeInstancePatchStatesResponse Modifier and Type Method Description voidDescribeInstancePatchStatesPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeInstancePatchStatesResponse> subscriber)
-