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