Uses of Interface
software.amazon.awssdk.services.dynamodb.model.TransactGetItemsResponse.Builder
Packages that use TransactGetItemsResponse.Builder
-
Uses of TransactGetItemsResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return TransactGetItemsResponse.BuilderModifier and TypeMethodDescriptionTransactGetItemsResponse.builder()TransactGetItemsResponse.Builder.consumedCapacity(Collection<ConsumedCapacity> consumedCapacity) If the ReturnConsumedCapacity value wasTOTAL, this is an array ofConsumedCapacityobjects, one for each table addressed byTransactGetItemobjects in the TransactItems parameter.TransactGetItemsResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity) If the ReturnConsumedCapacity value wasTOTAL, this is an array ofConsumedCapacityobjects, one for each table addressed byTransactGetItemobjects in the TransactItems parameter.TransactGetItemsResponse.Builder.consumedCapacity(ConsumedCapacity... consumedCapacity) If the ReturnConsumedCapacity value wasTOTAL, this is an array ofConsumedCapacityobjects, one for each table addressed byTransactGetItemobjects in the TransactItems parameter.TransactGetItemsResponse.Builder.responses(Collection<ItemResponse> responses) An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.TransactGetItemsResponse.Builder.responses(Consumer<ItemResponse.Builder>... responses) An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.TransactGetItemsResponse.Builder.responses(ItemResponse... responses) An ordered array of up to 100ItemResponseobjects, each of which corresponds to theTransactGetItemobject in the same position in the TransactItems array.TransactGetItemsResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type TransactGetItemsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends TransactGetItemsResponse.Builder>TransactGetItemsResponse.serializableBuilderClass()