Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribeInstancePatchStatesRequest.Builder
Packages that use DescribeInstancePatchStatesRequest.Builder
Package
Description
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 DescribeInstancePatchStatesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribeInstancePatchStatesRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest) Retrieves the high-level patch state of one or more managed nodes.SsmClient.describeInstancePatchStates(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest) Retrieves the high-level patch state of one or more managed nodes.SsmAsyncClient.describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest) This is a variant ofSsmAsyncClient.describeInstancePatchStates(software.amazon.awssdk.services.ssm.model.DescribeInstancePatchStatesRequest)operation.SsmClient.describeInstancePatchStatesPaginator(Consumer<DescribeInstancePatchStatesRequest.Builder> describeInstancePatchStatesRequest) This is a variant ofSsmClient.describeInstancePatchStates(software.amazon.awssdk.services.ssm.model.DescribeInstancePatchStatesRequest)operation. -
Uses of DescribeInstancePatchStatesRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeInstancePatchStatesRequest.BuilderModifier and TypeMethodDescriptionDescribeInstancePatchStatesRequest.builder()DescribeInstancePatchStatesRequest.Builder.instanceIds(String... instanceIds) The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.Builder.instanceIds(Collection<String> instanceIds) The ID of the managed node for which patch state information should be retrieved.DescribeInstancePatchStatesRequest.Builder.maxResults(Integer maxResults) The maximum number of managed nodes to return (per page).The token for the next set of items to return.DescribeInstancePatchStatesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeInstancePatchStatesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeInstancePatchStatesRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeInstancePatchStatesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeInstancePatchStatesRequest.Builder>DescribeInstancePatchStatesRequest.serializableBuilderClass()