| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
You can use the Cost Explorer API to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCostCategoriesResponse> |
CostExplorerAsyncClient.getCostCategories(Consumer<GetCostCategoriesRequest.Builder> getCostCategoriesRequest)
Retrieves an array of Cost Category names and values incurred cost.
|
default GetCostCategoriesResponse |
CostExplorerClient.getCostCategories(Consumer<GetCostCategoriesRequest.Builder> getCostCategoriesRequest)
Retrieves an array of Cost Category names and values incurred cost.
|
| Modifier and Type | Method and Description |
|---|---|
static GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.builder() |
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.costCategoryName(String costCategoryName)
Sets the value of the CostCategoryName property for this object.
|
default GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.filter(Consumer<Expression.Builder> filter)
Sets the value of the Filter property for this object.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.filter(Expression filter)
Sets the value of the Filter property for this object.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.maxResults(Integer maxResults)
This field is only used when the
SortBy value is provided in the request. |
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.nextPageToken(String nextPageToken)
If the number of objects that are still available for retrieval exceeds the quota, Amazon Web Services
returns a NextPageToken value in the response.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.searchString(String searchString)
The value that you want to search the filter values for.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.sortBy(Collection<SortDefinition> sortBy)
The value that you sort the data by.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.sortBy(Consumer<SortDefinition.Builder>... sortBy)
The value that you sort the data by.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.sortBy(SortDefinition... sortBy)
The value that you sort the data by.
|
default GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.timePeriod(Consumer<DateInterval.Builder> timePeriod)
Sets the value of the TimePeriod property for this object.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.Builder.timePeriod(DateInterval timePeriod)
Sets the value of the TimePeriod property for this object.
|
GetCostCategoriesRequest.Builder |
GetCostCategoriesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetCostCategoriesRequest.Builder> |
GetCostCategoriesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.