Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.CreateExportRequest.Builder
-
Packages that use CreateExportRequest.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 CreateExportRequest.Builder in software.amazon.awssdk.services.bcmdataexports
Method parameters in software.amazon.awssdk.services.bcmdataexports with type arguments of type CreateExportRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateExportResponse>BcmDataExportsAsyncClient. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a data export and specifies the data query, the delivery preference, and any optional resource tags.default CreateExportResponseBcmDataExportsClient. createExport(Consumer<CreateExportRequest.Builder> createExportRequest)Creates a data export and specifies the data query, the delivery preference, and any optional resource tags. -
Uses of CreateExportRequest.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return CreateExportRequest.Builder Modifier and Type Method Description static CreateExportRequest.BuilderCreateExportRequest. builder()default CreateExportRequest.BuilderCreateExportRequest.Builder. export(Consumer<Export.Builder> export)The details of the export, including data query, name, description, and destination configuration.CreateExportRequest.BuilderCreateExportRequest.Builder. export(Export export)The details of the export, including data query, name, description, and destination configuration.CreateExportRequest.BuilderCreateExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateExportRequest.BuilderCreateExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateExportRequest.BuilderCreateExportRequest.Builder. resourceTags(Collection<ResourceTag> resourceTags)An optional list of tags to associate with the specified export.CreateExportRequest.BuilderCreateExportRequest.Builder. resourceTags(Consumer<ResourceTag.Builder>... resourceTags)An optional list of tags to associate with the specified export.CreateExportRequest.BuilderCreateExportRequest.Builder. resourceTags(ResourceTag... resourceTags)An optional list of tags to associate with the specified export.CreateExportRequest.BuilderCreateExportRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type CreateExportRequest.Builder Modifier and Type Method Description static Class<? extends CreateExportRequest.Builder>CreateExportRequest. serializableBuilderClass()
-