Uses of Class
software.amazon.awssdk.services.ssm.model.GetParameterResponse
Packages that use GetParameterResponse
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 GetParameterResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetParameterResponseModifier and TypeMethodDescriptiondefault GetParameterResponseSsmClient.getParameter(Consumer<GetParameterRequest.Builder> getParameterRequest) Get information about a single parameter by specifying the parameter name.default GetParameterResponseSsmClient.getParameter(GetParameterRequest getParameterRequest) Get information about a single parameter by specifying the parameter name.Methods in software.amazon.awssdk.services.ssm that return types with arguments of type GetParameterResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetParameterResponse>SsmAsyncClient.getParameter(Consumer<GetParameterRequest.Builder> getParameterRequest) Get information about a single parameter by specifying the parameter name.default CompletableFuture<GetParameterResponse>SsmAsyncClient.getParameter(GetParameterRequest getParameterRequest) Get information about a single parameter by specifying the parameter name.