Uses of Interface
software.amazon.awssdk.services.ssm.model.GetDefaultPatchBaselineRequest.Builder
-
Packages that use GetDefaultPatchBaselineRequest.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 GetDefaultPatchBaselineRequest.Builder in software.amazon.awssdk.services.ssm
Method parameters in software.amazon.awssdk.services.ssm with type arguments of type GetDefaultPatchBaselineRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDefaultPatchBaselineResponse>SsmAsyncClient. 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.Builder Modifier and Type Method Description static GetDefaultPatchBaselineRequest.BuilderGetDefaultPatchBaselineRequest. builder()GetDefaultPatchBaselineRequest.BuilderGetDefaultPatchBaselineRequest.Builder. operatingSystem(String operatingSystem)Returns the default patch baseline for the specified operating system.GetDefaultPatchBaselineRequest.BuilderGetDefaultPatchBaselineRequest.Builder. operatingSystem(OperatingSystem operatingSystem)Returns the default patch baseline for the specified operating system.GetDefaultPatchBaselineRequest.BuilderGetDefaultPatchBaselineRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDefaultPatchBaselineRequest.BuilderGetDefaultPatchBaselineRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDefaultPatchBaselineRequest.BuilderGetDefaultPatchBaselineRequest. toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type GetDefaultPatchBaselineRequest.Builder Modifier and Type Method Description static Class<? extends GetDefaultPatchBaselineRequest.Builder>GetDefaultPatchBaselineRequest. serializableBuilderClass()
-