Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.GetTableRequest.Builder
-
Packages that use GetTableRequest.Builder Package Description software.amazon.awssdk.services.bcmdataexports You can use the Data Exports API to create customized exports from multiple Amazon Web Services cost management and billing datasets, such as cost and usage data and cost optimization recommendations.software.amazon.awssdk.services.bcmdataexports.model -
-
Uses of GetTableRequest.Builder in software.amazon.awssdk.services.bcmdataexports
Method parameters in software.amazon.awssdk.services.bcmdataexports with type arguments of type GetTableRequest.Builder Modifier and Type Method Description default CompletableFuture<GetTableResponse>BcmDataExportsAsyncClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns the metadata for the specified table and table properties.default GetTableResponseBcmDataExportsClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns the metadata for the specified table and table properties. -
Uses of GetTableRequest.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return GetTableRequest.Builder Modifier and Type Method Description static GetTableRequest.BuilderGetTableRequest. builder()GetTableRequest.BuilderGetTableRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetTableRequest.BuilderGetTableRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetTableRequest.BuilderGetTableRequest.Builder. tableName(String tableName)The name of the table.GetTableRequest.BuilderGetTableRequest.Builder. tableProperties(Map<String,String> tableProperties)TableProperties are additional configurations you can provide to change the data and schema of a table.GetTableRequest.BuilderGetTableRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type GetTableRequest.Builder Modifier and Type Method Description static Class<? extends GetTableRequest.Builder>GetTableRequest. serializableBuilderClass()
-