| Package | Description |
|---|---|
| com.amazonaws.services.computeoptimizer |
AWS Compute Optimizer is a service that analyzes the configuration and utilization metrics of your AWS resources,
such as EC2 instances and Auto Scaling groups.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusResult |
AWSComputeOptimizer.getEnrollmentStatus(GetEnrollmentStatusRequest getEnrollmentStatusRequest)
Returns the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
|
GetEnrollmentStatusResult |
AbstractAWSComputeOptimizer.getEnrollmentStatus(GetEnrollmentStatusRequest request) |
GetEnrollmentStatusResult |
AWSComputeOptimizerClient.getEnrollmentStatus(GetEnrollmentStatusRequest request)
Returns the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEnrollmentStatusResult> |
AbstractAWSComputeOptimizerAsync.getEnrollmentStatusAsync(GetEnrollmentStatusRequest request,
AsyncHandler<GetEnrollmentStatusRequest,GetEnrollmentStatusResult> asyncHandler) |
Future<GetEnrollmentStatusResult> |
AWSComputeOptimizerAsync.getEnrollmentStatusAsync(GetEnrollmentStatusRequest getEnrollmentStatusRequest,
AsyncHandler<GetEnrollmentStatusRequest,GetEnrollmentStatusResult> asyncHandler)
Returns the enrollment (opt in) status of an account to the AWS Compute Optimizer service.
|
Future<GetEnrollmentStatusResult> |
AWSComputeOptimizerAsyncClient.getEnrollmentStatusAsync(GetEnrollmentStatusRequest request,
AsyncHandler<GetEnrollmentStatusRequest,GetEnrollmentStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.clone() |
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withMemberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts within the organization, if the account is a master account of
an organization.
|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withStatus(Status status)
The enrollment status of the account.
|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withStatus(String status)
The enrollment status of the account.
|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withStatusReason(String statusReason)
The reason for the enrollment status of the account.
|
Copyright © 2020. All rights reserved.