| 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 |
|---|---|
UpdateEnrollmentStatusResult |
AWSComputeOptimizerClient.updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
UpdateEnrollmentStatusResult |
AbstractAWSComputeOptimizer.updateEnrollmentStatus(UpdateEnrollmentStatusRequest request) |
UpdateEnrollmentStatusResult |
AWSComputeOptimizer.updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsyncClient.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
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 and opt out) status of an account to the Compute Optimizer service.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusResult |
UpdateEnrollmentStatusResult.clone() |
UpdateEnrollmentStatusResult |
UpdateEnrollmentStatusResult.withStatus(Status status)
The enrollment status of the account.
|
UpdateEnrollmentStatusResult |
UpdateEnrollmentStatusResult.withStatus(String status)
The enrollment status of the account.
|
UpdateEnrollmentStatusResult |
UpdateEnrollmentStatusResult.withStatusReason(String statusReason)
The reason for the enrollment status of the account.
|
Copyright © 2023. All rights reserved.