Uses of Class
software.amazon.awssdk.services.ssm.model.GetPatchBaselineResponse
-
Packages that use GetPatchBaselineResponse 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 GetPatchBaselineResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetPatchBaselineResponse Modifier and Type Method Description default GetPatchBaselineResponse
SsmClient. getPatchBaseline(Consumer<GetPatchBaselineRequest.Builder> getPatchBaselineRequest)
Retrieves information about a patch baseline.default GetPatchBaselineResponse
SsmClient. getPatchBaseline(GetPatchBaselineRequest getPatchBaselineRequest)
Retrieves information about a patch baseline.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetPatchBaselineResponse Modifier and Type Method Description default CompletableFuture<GetPatchBaselineResponse>
SsmAsyncClient. getPatchBaseline(Consumer<GetPatchBaselineRequest.Builder> getPatchBaselineRequest)
Retrieves information about a patch baseline.default CompletableFuture<GetPatchBaselineResponse>
SsmAsyncClient. getPatchBaseline(GetPatchBaselineRequest getPatchBaselineRequest)
Retrieves information about a patch baseline.
-