Uses of Class
software.amazon.awssdk.services.bcmdataexports.model.GetTableResponse
-
Packages that use GetTableResponse 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. -
-
Uses of GetTableResponse in software.amazon.awssdk.services.bcmdataexports
Methods in software.amazon.awssdk.services.bcmdataexports that return GetTableResponse Modifier and Type Method Description default GetTableResponseBcmDataExportsClient. getTable(Consumer<GetTableRequest.Builder> getTableRequest)Returns the metadata for the specified table and table properties.default GetTableResponseBcmDataExportsClient. getTable(GetTableRequest getTableRequest)Returns the metadata for the specified table and table properties.Methods in software.amazon.awssdk.services.bcmdataexports that return types with arguments of type GetTableResponse 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 CompletableFuture<GetTableResponse>BcmDataExportsAsyncClient. getTable(GetTableRequest getTableRequest)Returns the metadata for the specified table and table properties.
-