| Package | Description |
|---|---|
| com.amazonaws.services.costoptimizationhub |
You can use the Cost Optimization Hub API to programmatically identify, filter, aggregate, and quantify savings for
your cost optimization recommendations across multiple Amazon Web Services Regions and Amazon Web Services accounts
in your organization.
|
| com.amazonaws.services.costoptimizationhub.model |
| Modifier and Type | Method and Description |
|---|---|
Future<ListEnrollmentStatusesResult> |
AWSCostOptimizationHubAsyncClient.listEnrollmentStatusesAsync(ListEnrollmentStatusesRequest request,
AsyncHandler<ListEnrollmentStatusesRequest,ListEnrollmentStatusesResult> asyncHandler) |
Future<ListEnrollmentStatusesResult> |
AWSCostOptimizationHubAsync.listEnrollmentStatusesAsync(ListEnrollmentStatusesRequest listEnrollmentStatusesRequest,
AsyncHandler<ListEnrollmentStatusesRequest,ListEnrollmentStatusesResult> asyncHandler)
Retrieves the enrollment status for an account.
|
Future<ListEnrollmentStatusesResult> |
AbstractAWSCostOptimizationHubAsync.listEnrollmentStatusesAsync(ListEnrollmentStatusesRequest request,
AsyncHandler<ListEnrollmentStatusesRequest,ListEnrollmentStatusesResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEnrollmentStatusesRequest |
ListEnrollmentStatusesRequest.clone() |
ListEnrollmentStatusesRequest |
ListEnrollmentStatusesRequest.withAccountId(String accountId)
The enrollment status of a specific account ID in the organization.
|
ListEnrollmentStatusesRequest |
ListEnrollmentStatusesRequest.withIncludeOrganizationInfo(Boolean includeOrganizationInfo)
Indicates whether to return the enrollment status for the organization.
|
ListEnrollmentStatusesRequest |
ListEnrollmentStatusesRequest.withMaxResults(Integer maxResults)
The maximum number of objects that are returned for the request.
|
ListEnrollmentStatusesRequest |
ListEnrollmentStatusesRequest.withNextToken(String nextToken)
The token to retrieve the next set of results.
|
Copyright © 2023. All rights reserved.