Uses of Class
software.amazon.awssdk.services.ssm.model.RegisterPatchBaselineForPatchGroupResponse
Packages that use RegisterPatchBaselineForPatchGroupResponse
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 RegisterPatchBaselineForPatchGroupResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return RegisterPatchBaselineForPatchGroupResponseModifier and TypeMethodDescriptionSsmClient.registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest) Registers a patch baseline for a patch group.SsmClient.registerPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest registerPatchBaselineForPatchGroupRequest) Registers a patch baseline for a patch group.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type RegisterPatchBaselineForPatchGroupResponseModifier and TypeMethodDescriptionSsmAsyncClient.registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest) Registers a patch baseline for a patch group.SsmAsyncClient.registerPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest registerPatchBaselineForPatchGroupRequest) Registers a patch baseline for a patch group.