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