Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.UpdateEnrollmentStatusResponse
-
Packages that use UpdateEnrollmentStatusResponse 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. -
-
Uses of UpdateEnrollmentStatusResponse in software.amazon.awssdk.services.computeoptimizer
Methods in software.amazon.awssdk.services.computeoptimizer that return UpdateEnrollmentStatusResponse Modifier and Type Method Description default UpdateEnrollmentStatusResponseComputeOptimizerClient. 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(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.Methods in software.amazon.awssdk.services.computeoptimizer that return types with arguments of type UpdateEnrollmentStatusResponse 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 CompletableFuture<UpdateEnrollmentStatusResponse>ComputeOptimizerAsyncClient. updateEnrollmentStatus(UpdateEnrollmentStatusRequest updateEnrollmentStatusRequest)Updates the enrollment (opt in and opt out) status of an account to the Compute Optimizer service.
-