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