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.Builder
TableAlreadyExistsException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)
static TableAlreadyExistsException.Builder
TableAlreadyExistsException. builder()
TableAlreadyExistsException.Builder
TableAlreadyExistsException.Builder. cause(Throwable cause)
TableAlreadyExistsException.Builder
TableAlreadyExistsException.Builder. message(String message)
TableAlreadyExistsException.Builder
TableAlreadyExistsException.Builder. requestId(String requestId)
TableAlreadyExistsException.Builder
TableAlreadyExistsException.Builder. statusCode(int statusCode)
TableAlreadyExistsException.Builder
TableAlreadyExistsException. toBuilder()
TableAlreadyExistsException.Builder
TableAlreadyExistsException.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()
-