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