Uses of Class
software.amazon.awssdk.services.costexplorer.model.GetReservationCoverageResponse
-
Packages that use GetReservationCoverageResponse Package Description software.amazon.awssdk.services.costexplorer You can use the Cost Explorer API to programmatically query your cost and usage data. -
-
Uses of GetReservationCoverageResponse in software.amazon.awssdk.services.costexplorer
Methods in software.amazon.awssdk.services.costexplorer that return GetReservationCoverageResponse Modifier and Type Method Description default GetReservationCoverageResponseCostExplorerClient. getReservationCoverage(Consumer<GetReservationCoverageRequest.Builder> getReservationCoverageRequest)Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation.default GetReservationCoverageResponseCostExplorerClient. getReservationCoverage(GetReservationCoverageRequest getReservationCoverageRequest)Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation.Methods in software.amazon.awssdk.services.costexplorer that return types with arguments of type GetReservationCoverageResponse Modifier and Type Method Description default CompletableFuture<GetReservationCoverageResponse>CostExplorerAsyncClient. getReservationCoverage(Consumer<GetReservationCoverageRequest.Builder> getReservationCoverageRequest)Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation.default CompletableFuture<GetReservationCoverageResponse>CostExplorerAsyncClient. getReservationCoverage(GetReservationCoverageRequest getReservationCoverageRequest)Retrieves the reservation coverage for your account, which you can use to see how much of your Amazon Elastic Compute Cloud, Amazon ElastiCache, Amazon Relational Database Service, or Amazon Redshift usage is covered by a reservation.
-