| 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<UpdateEnrollmentStatusResult> |
AbstractAWSCostOptimizationHubAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
Future<UpdateEnrollmentStatusResult> |
AWSCostOptimizationHubAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler)
Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.
|
Future<UpdateEnrollmentStatusResult> |
AWSCostOptimizationHubAsyncClient.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusRequest |
UpdateEnrollmentStatusRequest.clone() |
UpdateEnrollmentStatusRequest |
UpdateEnrollmentStatusRequest.withIncludeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account.
|
UpdateEnrollmentStatusRequest |
UpdateEnrollmentStatusRequest.withStatus(EnrollmentStatus status)
Sets the account status.
|
UpdateEnrollmentStatusRequest |
UpdateEnrollmentStatusRequest.withStatus(String status)
Sets the account status.
|
Copyright © 2023. All rights reserved.