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