| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer |
AWS Compute Optimizer is a service that analyzes the configuration and utilization metrics of your AWS compute
resources, such as EC2 instances, Auto Scaling groups, and Amazon EBS volumes.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnrollmentStatusResult> |
AbstractAWSComputeOptimizerAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler)
Updates the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
|
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsyncClient.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 your account is the management account of
an organization.
|
UpdateEnrollmentStatusRequest |
UpdateEnrollmentStatusRequest.withStatus(Status status)
The new enrollment status of the account.
|
UpdateEnrollmentStatusRequest |
UpdateEnrollmentStatusRequest.withStatus(String status)
The new enrollment status of the account.
|
Copyright © 2020. All rights reserved.