Uses of Interface
software.amazon.awssdk.services.ssm.model.GetPatchBaselineForPatchGroupRequest.Builder
Packages that use GetPatchBaselineForPatchGroupRequest.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 GetPatchBaselineForPatchGroupRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetPatchBaselineForPatchGroupRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getPatchBaselineForPatchGroup(Consumer<GetPatchBaselineForPatchGroupRequest.Builder> getPatchBaselineForPatchGroupRequest) Retrieves the patch baseline that should be used for the specified patch group.SsmClient.getPatchBaselineForPatchGroup(Consumer<GetPatchBaselineForPatchGroupRequest.Builder> getPatchBaselineForPatchGroupRequest) Retrieves the patch baseline that should be used for the specified patch group. -
Uses of GetPatchBaselineForPatchGroupRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetPatchBaselineForPatchGroupRequest.BuilderModifier and TypeMethodDescriptionGetPatchBaselineForPatchGroupRequest.builder()GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(String operatingSystem) Returns the operating system rule specified for patch groups using the patch baseline.GetPatchBaselineForPatchGroupRequest.Builder.operatingSystem(OperatingSystem operatingSystem) Returns the operating system rule specified for patch groups using the patch baseline.GetPatchBaselineForPatchGroupRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetPatchBaselineForPatchGroupRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetPatchBaselineForPatchGroupRequest.Builder.patchGroup(String patchGroup) The name of the patch group whose patch baseline should be retrieved.GetPatchBaselineForPatchGroupRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetPatchBaselineForPatchGroupRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetPatchBaselineForPatchGroupRequest.Builder>GetPatchBaselineForPatchGroupRequest.serializableBuilderClass()