Uses of Class
software.amazon.awssdk.services.ssm.model.GetParameterResponse
-
Packages that use GetParameterResponse 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 GetParameterResponse in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that return GetParameterResponse Modifier and Type Method Description default 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 GetParameterResponse Modifier and Type Method Description default 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.
-