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