Uses of Class
software.amazon.awssdk.services.ssm.model.RegisterPatchBaselineForPatchGroupResponse
-
Packages that use RegisterPatchBaselineForPatchGroupResponse 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. -
-
Uses of RegisterPatchBaselineForPatchGroupResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return RegisterPatchBaselineForPatchGroupResponse Modifier and Type Method Description default RegisterPatchBaselineForPatchGroupResponseSsmClient. registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest)Registers a patch baseline for a patch group.default RegisterPatchBaselineForPatchGroupResponseSsmClient. 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 RegisterPatchBaselineForPatchGroupResponse Modifier and Type Method Description default CompletableFuture<RegisterPatchBaselineForPatchGroupResponse>SsmAsyncClient. registerPatchBaselineForPatchGroup(Consumer<RegisterPatchBaselineForPatchGroupRequest.Builder> registerPatchBaselineForPatchGroupRequest)Registers a patch baseline for a patch group.default CompletableFuture<RegisterPatchBaselineForPatchGroupResponse>SsmAsyncClient. registerPatchBaselineForPatchGroup(RegisterPatchBaselineForPatchGroupRequest registerPatchBaselineForPatchGroupRequest)Registers a patch baseline for a patch group.
-