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