Uses of Interface
software.amazon.awssdk.services.lakeformation.model.DescribeTransactionResponse.Builder
-
Packages that use DescribeTransactionResponse.Builder Package Description software.amazon.awssdk.services.lakeformation.model -
-
Uses of DescribeTransactionResponse.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return DescribeTransactionResponse.Builder Modifier and Type Method Description static DescribeTransactionResponse.BuilderDescribeTransactionResponse. builder()DescribeTransactionResponse.BuilderDescribeTransactionResponse. toBuilder()default DescribeTransactionResponse.BuilderDescribeTransactionResponse.Builder. transactionDescription(Consumer<TransactionDescription.Builder> transactionDescription)Returns aTransactionDescriptionobject containing information about the transaction.DescribeTransactionResponse.BuilderDescribeTransactionResponse.Builder. transactionDescription(TransactionDescription transactionDescription)Returns aTransactionDescriptionobject containing information about the transaction.Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type DescribeTransactionResponse.Builder Modifier and Type Method Description static Class<? extends DescribeTransactionResponse.Builder>DescribeTransactionResponse. serializableBuilderClass()
-