Uses of Interface
software.amazon.awssdk.services.ssm.model.ParameterNotFoundException.Builder
-
Packages that use ParameterNotFoundException.Builder Package Description software.amazon.awssdk.services.ssm.model -
-
Uses of ParameterNotFoundException.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return ParameterNotFoundException.Builder Modifier and Type Method Description ParameterNotFoundException.BuilderParameterNotFoundException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static ParameterNotFoundException.BuilderParameterNotFoundException. builder()ParameterNotFoundException.BuilderParameterNotFoundException.Builder. cause(Throwable cause)ParameterNotFoundException.BuilderParameterNotFoundException.Builder. message(String message)ParameterNotFoundException.BuilderParameterNotFoundException.Builder. requestId(String requestId)ParameterNotFoundException.BuilderParameterNotFoundException.Builder. statusCode(int statusCode)ParameterNotFoundException.BuilderParameterNotFoundException. toBuilder()ParameterNotFoundException.BuilderParameterNotFoundException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type ParameterNotFoundException.Builder Modifier and Type Method Description static Class<? extends ParameterNotFoundException.Builder>ParameterNotFoundException. serializableBuilderClass()
-