Uses of Interface
software.amazon.awssdk.services.ssm.model.GetDefaultPatchBaselineRequest.Builder
Packages that use GetDefaultPatchBaselineRequest.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 GetDefaultPatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetDefaultPatchBaselineRequest.BuilderModifier and TypeMethodDescriptionSsmAsyncClient.getDefaultPatchBaseline(Consumer<GetDefaultPatchBaselineRequest.Builder> getDefaultPatchBaselineRequest) Retrieves the default patch baseline.default GetDefaultPatchBaselineResponseSsmClient.getDefaultPatchBaseline(Consumer<GetDefaultPatchBaselineRequest.Builder> getDefaultPatchBaselineRequest) Retrieves the default patch baseline. -
Uses of GetDefaultPatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return GetDefaultPatchBaselineRequest.BuilderModifier and TypeMethodDescriptionGetDefaultPatchBaselineRequest.builder()GetDefaultPatchBaselineRequest.Builder.operatingSystem(String operatingSystem) Returns the default patch baseline for the specified operating system.GetDefaultPatchBaselineRequest.Builder.operatingSystem(OperatingSystem operatingSystem) Returns the default patch baseline for the specified operating system.GetDefaultPatchBaselineRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) GetDefaultPatchBaselineRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) GetDefaultPatchBaselineRequest.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetDefaultPatchBaselineRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends GetDefaultPatchBaselineRequest.Builder>GetDefaultPatchBaselineRequest.serializableBuilderClass()