| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer |
Compute Optimizer is a service that analyzes the configuration and utilization metrics of your Amazon Web Services
compute resources, such as Amazon EC2 instances, Amazon EC2 Auto Scaling groups, Lambda functions, Amazon EBS
volumes, and Amazon ECS services on Fargate.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnrollmentStatusResult> |
AbstractAWSComputeOptimizerAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsyncClient.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
| 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 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 © 2023. All rights reserved.