| Package | Description |
|---|---|
| software.amazon.awssdk.services.costexplorer |
The Cost Explorer API enables you to programmatically query your cost and usage data.
|
| software.amazon.awssdk.services.costexplorer.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetSavingsPlansUtilizationDetailsResponse |
CostExplorerClient.getSavingsPlansUtilizationDetails(Consumer<GetSavingsPlansUtilizationDetailsRequest.Builder> getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
default GetSavingsPlansUtilizationDetailsResponse |
CostExplorerClient.getSavingsPlansUtilizationDetails(GetSavingsPlansUtilizationDetailsRequest getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetSavingsPlansUtilizationDetailsResponse> |
CostExplorerAsyncClient.getSavingsPlansUtilizationDetails(Consumer<GetSavingsPlansUtilizationDetailsRequest.Builder> getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
default CompletableFuture<GetSavingsPlansUtilizationDetailsResponse> |
CostExplorerAsyncClient.getSavingsPlansUtilizationDetails(GetSavingsPlansUtilizationDetailsRequest getSavingsPlansUtilizationDetailsRequest)
Retrieves attribute data along with aggregate utilization and savings data for a given time period.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetSavingsPlansUtilizationDetailsResponse> |
GetSavingsPlansUtilizationDetailsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetSavingsPlansUtilizationDetailsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetSavingsPlansUtilizationDetailsResponse> subscriber) |
Copyright © 2021. All rights reserved.