Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribeInstancePatchStatesRequest.Builder
-
Packages that use DescribeInstancePatchStatesRequest.Builder 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.model -
-
Uses of DescribeInstancePatchStatesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribeInstancePatchStatesRequest.Builder 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 DescribeInstancePatchStatesResponseSsmClient. describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes.default DescribeInstancePatchStatesPublisherSsmAsyncClient. describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes.default DescribeInstancePatchStatesIterableSsmClient. describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest)Retrieves the high-level patch state of one or more managed nodes. -
Uses of DescribeInstancePatchStatesRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeInstancePatchStatesRequest.Builder Modifier and Type Method Description static DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest. builder()DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest.Builder. instanceIds(String... instanceIds)The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest.Builder. instanceIds(Collection<String> instanceIds)The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest.Builder. maxResults(Integer maxResults)The maximum number of managed nodes to return (per page).DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeInstancePatchStatesRequest.BuilderDescribeInstancePatchStatesRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeInstancePatchStatesRequest.Builder Modifier and Type Method Description static Class<? extends DescribeInstancePatchStatesRequest.Builder>DescribeInstancePatchStatesRequest. serializableBuilderClass()
-