Uses of Interface
software.amazon.awssdk.services.rdsdata.model.BeginTransactionResponse.Builder
-
Packages that use BeginTransactionResponse.Builder Package Description software.amazon.awssdk.services.rdsdata.model -
-
Uses of BeginTransactionResponse.Builder in software.amazon.awssdk.services.rdsdata.model
Methods in software.amazon.awssdk.services.rdsdata.model that return BeginTransactionResponse.Builder Modifier and Type Method Description static BeginTransactionResponse.BuilderBeginTransactionResponse. builder()BeginTransactionResponse.BuilderBeginTransactionResponse. toBuilder()BeginTransactionResponse.BuilderBeginTransactionResponse.Builder. transactionId(String transactionId)The transaction ID of the transaction started by the call.Methods in software.amazon.awssdk.services.rdsdata.model that return types with arguments of type BeginTransactionResponse.Builder Modifier and Type Method Description static Class<? extends BeginTransactionResponse.Builder>BeginTransactionResponse. serializableBuilderClass()
-