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