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