Uses of Class
software.amazon.awssdk.services.ssm.model.UpdatePatchBaselineResponse
-
Packages that use UpdatePatchBaselineResponse 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 UpdatePatchBaselineResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return UpdatePatchBaselineResponse Modifier and Type Method Description default UpdatePatchBaselineResponseSsmClient. updatePatchBaseline(Consumer<UpdatePatchBaselineRequest.Builder> updatePatchBaselineRequest)Modifies an existing patch baseline.default UpdatePatchBaselineResponseSsmClient. updatePatchBaseline(UpdatePatchBaselineRequest updatePatchBaselineRequest)Modifies an existing patch baseline.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type UpdatePatchBaselineResponse Modifier and Type Method Description default CompletableFuture<UpdatePatchBaselineResponse>SsmAsyncClient. updatePatchBaseline(Consumer<UpdatePatchBaselineRequest.Builder> updatePatchBaselineRequest)Modifies an existing patch baseline.default CompletableFuture<UpdatePatchBaselineResponse>SsmAsyncClient. updatePatchBaseline(UpdatePatchBaselineRequest updatePatchBaselineRequest)Modifies an existing patch baseline.
-