Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribeInstancePatchesRequest.Builder
Packages that use DescribeInstancePatchesRequest.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 DescribeInstancePatchesRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribeInstancePatchesRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.describeInstancePatches(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest) Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.default DescribeInstancePatchesResponseSsmClient.describeInstancePatches(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest) Retrieves information about the patches on the specified managed node and their state relative to the patch baseline being used for the node.default DescribeInstancePatchesPublisherSsmAsyncClient.describeInstancePatchesPaginator(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest) This is a variant ofSsmAsyncClient.describeInstancePatches(software.amazon.awssdk.services.ssm.model.DescribeInstancePatchesRequest)operation.default DescribeInstancePatchesIterableSsmClient.describeInstancePatchesPaginator(Consumer<DescribeInstancePatchesRequest.Builder> describeInstancePatchesRequest) This is a variant ofSsmClient.describeInstancePatches(software.amazon.awssdk.services.ssm.model.DescribeInstancePatchesRequest)operation. -
Uses of DescribeInstancePatchesRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeInstancePatchesRequest.BuilderModifier and TypeMethodDescriptionDescribeInstancePatchesRequest.builder()DescribeInstancePatchesRequest.Builder.filters(Collection<PatchOrchestratorFilter> filters) Each element in the array is a structure containing a key-value pair.DescribeInstancePatchesRequest.Builder.filters(Consumer<PatchOrchestratorFilter.Builder>... filters) Each element in the array is a structure containing a key-value pair.DescribeInstancePatchesRequest.Builder.filters(PatchOrchestratorFilter... filters) Each element in the array is a structure containing a key-value pair.DescribeInstancePatchesRequest.Builder.instanceId(String instanceId) The ID of the managed node whose patch state information should be retrieved.DescribeInstancePatchesRequest.Builder.maxResults(Integer maxResults) The maximum number of patches to return (per page).The token for the next set of items to return.DescribeInstancePatchesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) DescribeInstancePatchesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) DescribeInstancePatchesRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeInstancePatchesRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends DescribeInstancePatchesRequest.Builder>DescribeInstancePatchesRequest.serializableBuilderClass()