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