| 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, AWS Lambda functions, and Amazon EBS volumes.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEnrollmentStatusResult |
AWSComputeOptimizer.updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)
Updates the enrollment (opt in and opt out) status of an account to the AWS Compute Optimizer service.
|
UpdateEnrollmentStatusResult |
AWSComputeOptimizerClient.updateEnrollmentStatus(UpdateEnrollmentStatusRequest request)
Updates the enrollment (opt in and opt out) status of an account to the AWS Compute Optimizer service.
|
UpdateEnrollmentStatusResult |
AbstractAWSComputeOptimizer.updateEnrollmentStatus(UpdateEnrollmentStatusRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler)
Updates the enrollment (opt in and opt out) status of an account to the AWS Compute Optimizer service.
|
Future<UpdateEnrollmentStatusResult> |
AWSComputeOptimizerAsyncClient.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
Future<UpdateEnrollmentStatusResult> |
AbstractAWSComputeOptimizerAsync.updateEnrollmentStatusAsync(UpdateEnrollmentStatusRequest request,
AsyncHandler<UpdateEnrollmentStatusRequest,UpdateEnrollmentStatusResult> asyncHandler) |
| 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 © 2021. All rights reserved.