Uses of Interface
software.amazon.awssdk.services.bcmdataexports.model.ListExecutionsRequest.Builder
-
Packages that use ListExecutionsRequest.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 ListExecutionsRequest.Builder in software.amazon.awssdk.services.bcmdataexports
-
Uses of ListExecutionsRequest.Builder in software.amazon.awssdk.services.bcmdataexports.model
Methods in software.amazon.awssdk.services.bcmdataexports.model that return ListExecutionsRequest.Builder Modifier and Type Method Description static ListExecutionsRequest.BuilderListExecutionsRequest. builder()ListExecutionsRequest.BuilderListExecutionsRequest.Builder. exportArn(String exportArn)The Amazon Resource Name (ARN) for this export.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. maxResults(Integer maxResults)The maximum number of objects that are returned for the request.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. nextToken(String nextToken)The token to retrieve the next set of results.ListExecutionsRequest.BuilderListExecutionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListExecutionsRequest.BuilderListExecutionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListExecutionsRequest.BuilderListExecutionsRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmdataexports.model that return types with arguments of type ListExecutionsRequest.Builder Modifier and Type Method Description static Class<? extends ListExecutionsRequest.Builder>ListExecutionsRequest. serializableBuilderClass()
-