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