Uses of Interface
software.amazon.awssdk.services.dynamodb.model.ExecuteTransactionResponse.Builder
Packages that use ExecuteTransactionResponse.Builder
-
Uses of ExecuteTransactionResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return ExecuteTransactionResponse.BuilderModifier and TypeMethodDescriptionExecuteTransactionResponse.builder()ExecuteTransactionResponse.Builder.consumedCapacity(Collection<ConsumedCapacity> consumedCapacity) The capacity units consumed by the entire operation.ExecuteTransactionResponse.Builder.consumedCapacity(Consumer<ConsumedCapacity.Builder>... consumedCapacity) The capacity units consumed by the entire operation.ExecuteTransactionResponse.Builder.consumedCapacity(ConsumedCapacity... consumedCapacity) The capacity units consumed by the entire operation.ExecuteTransactionResponse.Builder.responses(Collection<ItemResponse> responses) The response to a PartiQL transaction.ExecuteTransactionResponse.Builder.responses(Consumer<ItemResponse.Builder>... responses) The response to a PartiQL transaction.ExecuteTransactionResponse.Builder.responses(ItemResponse... responses) The response to a PartiQL transaction.ExecuteTransactionResponse.toBuilder()Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type ExecuteTransactionResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ExecuteTransactionResponse.Builder>ExecuteTransactionResponse.serializableBuilderClass()