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