Uses of Interface
software.amazon.awssdk.services.computeoptimizer.model.UpdateEnrollmentStatusRequest.Builder
-
Packages that use UpdateEnrollmentStatusRequest.Builder 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 -
-
Uses of UpdateEnrollmentStatusRequest.Builder in software.amazon.awssdk.services.computeoptimizer
Method parameters in software.amazon.awssdk.services.computeoptimizer with type arguments of type UpdateEnrollmentStatusRequest.Builder Modifier and Type Method 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 UpdateEnrollmentStatusResponseComputeOptimizerClient. updateEnrollmentStatus(Consumer<UpdateEnrollmentStatusRequest.Builder> updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service. -
Uses of UpdateEnrollmentStatusRequest.Builder in software.amazon.awssdk.services.computeoptimizer.model
Methods in software.amazon.awssdk.services.computeoptimizer.model that return UpdateEnrollmentStatusRequest.Builder Modifier and Type Method Description static UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest. builder()UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest.Builder. includeMemberAccounts(Boolean includeMemberAccounts)Indicates whether to enroll member accounts of the organization if the account is the management account of an organization.UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest.Builder. status(String status)The new enrollment status of the account.UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest.Builder. status(Status status)The new enrollment status of the account.UpdateEnrollmentStatusRequest.BuilderUpdateEnrollmentStatusRequest. toBuilder()Methods in software.amazon.awssdk.services.computeoptimizer.model that return types with arguments of type UpdateEnrollmentStatusRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEnrollmentStatusRequest.Builder>UpdateEnrollmentStatusRequest. serializableBuilderClass()
-