Uses of Interface
software.amazon.awssdk.services.ssm.model.DescribeEffectivePatchesForPatchBaselineRequest.Builder
-
Packages that use DescribeEffectivePatchesForPatchBaselineRequest.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 DescribeEffectivePatchesForPatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type DescribeEffectivePatchesForPatchBaselineRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeEffectivePatchesForPatchBaselineResponse>SsmAsyncClient. describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.default DescribeEffectivePatchesForPatchBaselineResponseSsmClient. describeEffectivePatchesForPatchBaseline(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.default DescribeEffectivePatchesForPatchBaselinePublisherSsmAsyncClient. describeEffectivePatchesForPatchBaselinePaginator(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline.default DescribeEffectivePatchesForPatchBaselineIterableSsmClient. describeEffectivePatchesForPatchBaselinePaginator(Consumer<DescribeEffectivePatchesForPatchBaselineRequest.Builder> describeEffectivePatchesForPatchBaselineRequest)Retrieves the current effective patches (the patch and the approval state) for the specified patch baseline. -
Uses of DescribeEffectivePatchesForPatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return DescribeEffectivePatchesForPatchBaselineRequest.Builder Modifier and Type Method Description DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest.Builder. baselineId(String baselineId)The ID of the patch baseline to retrieve the effective patches for.static DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest. builder()DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest.Builder. maxResults(Integer maxResults)The maximum number of patches to return (per page).DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest.Builder. nextToken(String nextToken)The token for the next set of items to return.DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeEffectivePatchesForPatchBaselineRequest.BuilderDescribeEffectivePatchesForPatchBaselineRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type DescribeEffectivePatchesForPatchBaselineRequest.Builder Modifier and Type Method Description static Class<? extends DescribeEffectivePatchesForPatchBaselineRequest.Builder>DescribeEffectivePatchesForPatchBaselineRequest. serializableBuilderClass()
-