| 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.
|
| software.amazon.awssdk.services.computeoptimizer.model |
| 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 UpdateEnrollmentStatusResponse |
ComputeOptimizerClient.updateEnrollmentStatus(Consumer<UpdateEnrollmentStatusRequest.Builder> updateEnrollmentStatusRequest)
Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.builder() |
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.Builder.includeMemberAccounts(Boolean includeMemberAccounts)
Indicates whether to enroll member accounts of the organization if the account is the management account of
an organization.
|
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.Builder.status(Status status)
The new enrollment status of the account.
|
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.Builder.status(String status)
The new enrollment status of the account.
|
UpdateEnrollmentStatusRequest.Builder |
UpdateEnrollmentStatusRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnrollmentStatusRequest.Builder> |
UpdateEnrollmentStatusRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.