| Package | Description |
|---|---|
| software.amazon.awssdk.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.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateEnrollmentStatusResponse |
ComputeOptimizerClient.updateEnrollmentStatus(Consumer<UpdateEnrollmentStatusRequest.Builder> updateEnrollmentStatusRequest)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
default UpdateEnrollmentStatusResponse |
ComputeOptimizerClient.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 |
|---|---|
default CompletableFuture<UpdateEnrollmentStatusResponse> |
ComputeOptimizerAsyncClient.updateEnrollmentStatus(Consumer<UpdateEnrollmentStatusRequest.Builder> updateEnrollmentStatusRequest)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
default CompletableFuture<UpdateEnrollmentStatusResponse> |
ComputeOptimizerAsyncClient.updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
Copyright © 2023. All rights reserved.