@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSCostOptimizationHubAsync extends AbstractAWSCostOptimizationHub implements AWSCostOptimizationHubAsync
AWSCostOptimizationHubAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
getCachedResponseMetadata, getPreferences, getRecommendation, listEnrollmentStatuses, listRecommendations, listRecommendationSummaries, shutdown, updateEnrollmentStatus, updatePreferences
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getCachedResponseMetadata, getPreferences, getRecommendation, listEnrollmentStatuses, listRecommendations, listRecommendationSummaries, shutdown, updateEnrollmentStatus, updatePreferences
public Future<GetPreferencesResult> getPreferencesAsync(GetPreferencesRequest request)
AWSCostOptimizationHubAsync
Returns a set of preferences for an account in order to add account-specific preferences into the service. These preferences impact how the savings associated with recommendations are presented—estimated savings after discounts or estimated savings before discounts, for example.
getPreferencesAsync
in interface AWSCostOptimizationHubAsync
public Future<GetPreferencesResult> getPreferencesAsync(GetPreferencesRequest request, AsyncHandler<GetPreferencesRequest,GetPreferencesResult> asyncHandler)
AWSCostOptimizationHubAsync
Returns a set of preferences for an account in order to add account-specific preferences into the service. These preferences impact how the savings associated with recommendations are presented—estimated savings after discounts or estimated savings before discounts, for example.
getPreferencesAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetRecommendationResult> getRecommendationAsync(GetRecommendationRequest request)
AWSCostOptimizationHubAsync
Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.
The recommendationId
is only valid for up to a maximum of 24 hours as recommendations are refreshed
daily. To retrieve the recommendationId
, use the ListRecommendations
API.
getRecommendationAsync
in interface AWSCostOptimizationHubAsync
public Future<GetRecommendationResult> getRecommendationAsync(GetRecommendationRequest request, AsyncHandler<GetRecommendationRequest,GetRecommendationResult> asyncHandler)
AWSCostOptimizationHubAsync
Returns both the current and recommended resource configuration and the estimated cost impact for a recommendation.
The recommendationId
is only valid for up to a maximum of 24 hours as recommendations are refreshed
daily. To retrieve the recommendationId
, use the ListRecommendations
API.
getRecommendationAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEnrollmentStatusesResult> listEnrollmentStatusesAsync(ListEnrollmentStatusesRequest request)
AWSCostOptimizationHubAsync
Retrieves the enrollment status for an account. It can also return the list of accounts that are enrolled under the organization.
listEnrollmentStatusesAsync
in interface AWSCostOptimizationHubAsync
public Future<ListEnrollmentStatusesResult> listEnrollmentStatusesAsync(ListEnrollmentStatusesRequest request, AsyncHandler<ListEnrollmentStatusesRequest,ListEnrollmentStatusesResult> asyncHandler)
AWSCostOptimizationHubAsync
Retrieves the enrollment status for an account. It can also return the list of accounts that are enrolled under the organization.
listEnrollmentStatusesAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRecommendationSummariesResult> listRecommendationSummariesAsync(ListRecommendationSummariesRequest request)
AWSCostOptimizationHubAsync
Returns a concise representation of savings estimates for resources. Also returns de-duped savings across different types of recommendations.
The following filters are not supported for this API: recommendationIds
, resourceArns
,
and resourceIds
.
listRecommendationSummariesAsync
in interface AWSCostOptimizationHubAsync
public Future<ListRecommendationSummariesResult> listRecommendationSummariesAsync(ListRecommendationSummariesRequest request, AsyncHandler<ListRecommendationSummariesRequest,ListRecommendationSummariesResult> asyncHandler)
AWSCostOptimizationHubAsync
Returns a concise representation of savings estimates for resources. Also returns de-duped savings across different types of recommendations.
The following filters are not supported for this API: recommendationIds
, resourceArns
,
and resourceIds
.
listRecommendationSummariesAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListRecommendationsResult> listRecommendationsAsync(ListRecommendationsRequest request)
AWSCostOptimizationHubAsync
Returns a list of recommendations.
listRecommendationsAsync
in interface AWSCostOptimizationHubAsync
public Future<ListRecommendationsResult> listRecommendationsAsync(ListRecommendationsRequest request, AsyncHandler<ListRecommendationsRequest,ListRecommendationsResult> asyncHandler)
AWSCostOptimizationHubAsync
Returns a list of recommendations.
listRecommendationsAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateEnrollmentStatusResult> updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request)
AWSCostOptimizationHubAsync
Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.
If the account is a management account of an organization, this action can also be used to enroll member accounts of the organization.
You must have the appropriate permissions to opt in to Cost Optimization Hub and to view its recommendations. When you opt in, Cost Optimization Hub automatically creates a service-linked role in your account to access its data.
updateEnrollmentStatusAsync
in interface AWSCostOptimizationHubAsync
public Future<UpdateEnrollmentStatusResult> updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request, AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler)
AWSCostOptimizationHubAsync
Updates the enrollment (opt in and opt out) status of an account to the Cost Optimization Hub service.
If the account is a management account of an organization, this action can also be used to enroll member accounts of the organization.
You must have the appropriate permissions to opt in to Cost Optimization Hub and to view its recommendations. When you opt in, Cost Optimization Hub automatically creates a service-linked role in your account to access its data.
updateEnrollmentStatusAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdatePreferencesResult> updatePreferencesAsync(UpdatePreferencesRequest request)
AWSCostOptimizationHubAsync
Updates a set of preferences for an account in order to add account-specific preferences into the service. These preferences impact how the savings associated with recommendations are presented.
updatePreferencesAsync
in interface AWSCostOptimizationHubAsync
public Future<UpdatePreferencesResult> updatePreferencesAsync(UpdatePreferencesRequest request, AsyncHandler<UpdatePreferencesRequest,UpdatePreferencesResult> asyncHandler)
AWSCostOptimizationHubAsync
Updates a set of preferences for an account in order to add account-specific preferences into the service. These preferences impact how the savings associated with recommendations are presented.
updatePreferencesAsync
in interface AWSCostOptimizationHubAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.