Uses of Class
software.amazon.awssdk.services.ssm.model.InvalidKeyIdException
Packages that use InvalidKeyIdException
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 InvalidKeyIdException in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that throw InvalidKeyIdExceptionModifier 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.default GetParameterHistoryResponseSsmClient.getParameterHistory(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest) Retrieves the history of all changes to a parameter.default GetParameterHistoryResponseSsmClient.getParameterHistory(GetParameterHistoryRequest getParameterHistoryRequest) Retrieves the history of all changes to a parameter.default GetParameterHistoryIterableSsmClient.getParameterHistoryPaginator(Consumer<GetParameterHistoryRequest.Builder> getParameterHistoryRequest) This is a variant ofSsmClient.getParameterHistory(software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest)operation.default GetParameterHistoryIterableSsmClient.getParameterHistoryPaginator(GetParameterHistoryRequest getParameterHistoryRequest) This is a variant ofSsmClient.getParameterHistory(software.amazon.awssdk.services.ssm.model.GetParameterHistoryRequest)operation.default GetParametersResponseSsmClient.getParameters(Consumer<GetParametersRequest.Builder> getParametersRequest) Get information about one or more parameters by specifying multiple parameter names.default GetParametersResponseSsmClient.getParameters(GetParametersRequest getParametersRequest) Get information about one or more parameters by specifying multiple parameter names.default GetParametersByPathResponseSsmClient.getParametersByPath(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest) Retrieve information about one or more parameters under a specified level in a hierarchy.default GetParametersByPathResponseSsmClient.getParametersByPath(GetParametersByPathRequest getParametersByPathRequest) Retrieve information about one or more parameters under a specified level in a hierarchy.default GetParametersByPathIterableSsmClient.getParametersByPathPaginator(Consumer<GetParametersByPathRequest.Builder> getParametersByPathRequest) This is a variant ofSsmClient.getParametersByPath(software.amazon.awssdk.services.ssm.model.GetParametersByPathRequest)operation.default GetParametersByPathIterableSsmClient.getParametersByPathPaginator(GetParametersByPathRequest getParametersByPathRequest) This is a variant ofSsmClient.getParametersByPath(software.amazon.awssdk.services.ssm.model.GetParametersByPathRequest)operation.default PutParameterResponseSsmClient.putParameter(Consumer<PutParameterRequest.Builder> putParameterRequest) Create or update a parameter in Parameter Store.default PutParameterResponseSsmClient.putParameter(PutParameterRequest putParameterRequest) Create or update a parameter in Parameter Store.