Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.GetExportRequest.Builder
-
Packages that use GetExportRequest.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 GetExportRequest.Builder in software.amazon.awssdk.services.bcmdataexports
Method parameters in software.amazon.awssdk.services.bcmdataexports with type arguments of type GetExportRequest.Builder Modifier and Type Method Description default CompletableFuture<GetExportResponse>BcmDataExportsAsyncClient. getExport(Consumer<GetExportRequest.Builder> getExportRequest)Views the definition of an existing data export.default GetExportResponseBcmDataExportsClient. getExport(Consumer<GetExportRequest.Builder> getExportRequest)Views the definition of an existing data export. -
Uses of GetExportRequest.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return GetExportRequest.Builder Modifier and Type Method Description static GetExportRequest.BuilderGetExportRequest. builder()GetExportRequest.BuilderGetExportRequest.Builder. exportArn(String exportArn)The Amazon Resource Name (ARN) for this export.GetExportRequest.BuilderGetExportRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetExportRequest.BuilderGetExportRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetExportRequest.BuilderGetExportRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type GetExportRequest.Builder Modifier and Type Method Description static Class<? extends GetExportRequest.Builder>GetExportRequest. serializableBuilderClass()
-