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