| 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, and Amazon EBS
volumes.
|
| com.amazonaws.services.computeoptimizer.model |
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusResult |
AbstractAWSComputeOptimizer.getEnrollmentStatus(GetEnrollmentStatusRequest request) |
GetEnrollmentStatusResult |
AWSComputeOptimizerClient.getEnrollmentStatus(GetEnrollmentStatusRequest request)
Returns the enrollment (opt in) status of an account to the Compute Optimizer service.
|
GetEnrollmentStatusResult |
AWSComputeOptimizer.getEnrollmentStatus(GetEnrollmentStatusRequest getEnrollmentStatusRequest)
Returns the enrollment (opt in) status of an account to the 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 Compute Optimizer service.
|
Future<GetEnrollmentStatusResult> |
AWSComputeOptimizerAsyncClient.getEnrollmentStatusAsync(GetEnrollmentStatusRequest request,
AsyncHandler<GetEnrollmentStatusRequest,GetEnrollmentStatusResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.clone() |
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withLastUpdatedTimestamp(Date lastUpdatedTimestamp)
The Unix epoch timestamp, in seconds, of when the account enrollment status was last updated.
|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withMemberAccountsEnrolled(Boolean memberAccountsEnrolled)
Confirms the enrollment status of member accounts of the organization, if the account is a management account of
an organization.
|
GetEnrollmentStatusResult |
GetEnrollmentStatusResult.withNumberOfMemberAccountsOptedIn(Integer numberOfMemberAccountsOptedIn)
The count of organization member accounts that are opted in to the service, if your account is an organization
management account.
|
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 © 2022. All rights reserved.