Uses of Class
software.amazon.awssdk.services.ssm.model.ParameterNotFoundException
Packages that use ParameterNotFoundException
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 ParameterNotFoundException in software.amazon.awssdk.services.ssm
Methods in software.amazon.awssdk.services.ssm that throw ParameterNotFoundExceptionModifier and TypeMethodDescriptiondefault DeleteParameterResponseSsmClient.deleteParameter(Consumer<DeleteParameterRequest.Builder> deleteParameterRequest) Delete a parameter from the system.default DeleteParameterResponseSsmClient.deleteParameter(DeleteParameterRequest deleteParameterRequest) Delete a parameter from the system.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.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 LabelParameterVersionResponseSsmClient.labelParameterVersion(Consumer<LabelParameterVersionRequest.Builder> labelParameterVersionRequest) A parameter label is a user-defined alias to help you manage different versions of a parameter.default LabelParameterVersionResponseSsmClient.labelParameterVersion(LabelParameterVersionRequest labelParameterVersionRequest) A parameter label is a user-defined alias to help you manage different versions of a parameter.default UnlabelParameterVersionResponseSsmClient.unlabelParameterVersion(Consumer<UnlabelParameterVersionRequest.Builder> unlabelParameterVersionRequest) Remove a label or labels from a parameter.default UnlabelParameterVersionResponseSsmClient.unlabelParameterVersion(UnlabelParameterVersionRequest unlabelParameterVersionRequest) Remove a label or labels from a parameter.