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