Uses of Class
software.amazon.awssdk.services.dynamodb.model.VectorCapacity
Packages that use VectorCapacity
-
Uses of VectorCapacity in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return VectorCapacityModifier and TypeMethodDescriptionfinal VectorCapacitySearchVectorsResponse.consumedCapacity()The capacity units consumed by theSearchVectorsoperation.Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type VectorCapacityModifier and TypeMethodDescriptionfinal Map<String,VectorCapacity> ConsumedCapacity.vectorIndexes()The amount of throughput consumed on each vector index affected by the operation.Methods in software.amazon.awssdk.services.dynamodb.model with parameters of type VectorCapacityModifier and TypeMethodDescriptionSearchVectorsResponse.Builder.consumedCapacity(VectorCapacity consumedCapacity) The capacity units consumed by theSearchVectorsoperation.Method parameters in software.amazon.awssdk.services.dynamodb.model with type arguments of type VectorCapacityModifier and TypeMethodDescriptionConsumedCapacity.Builder.vectorIndexes(Map<String, VectorCapacity> vectorIndexes) The amount of throughput consumed on each vector index affected by the operation.