Uses of Class
software.amazon.awssdk.services.computeoptimizer.model.GetEnrollmentStatusResponse
-
Packages that use GetEnrollmentStatusResponse 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 GetEnrollmentStatusResponse in software.amazon.awssdk.services.computeoptimizer
Methods in software.amazon.awssdk.services.computeoptimizer that return GetEnrollmentStatusResponse Modifier and Type Method Description default GetEnrollmentStatusResponseComputeOptimizerClient. getEnrollmentStatus(Consumer<GetEnrollmentStatusRequest.Builder> getEnrollmentStatusRequest)Returns the enrollment (opt in) status of an account to the Compute Optimizer service.default GetEnrollmentStatusResponseComputeOptimizerClient. getEnrollmentStatus(GetEnrollmentStatusRequest getEnrollmentStatusRequest)Returns the enrollment (opt in) status of an account to the Compute Optimizer service.Methods in software.amazon.awssdk.services.computeoptimizer that return types with arguments of type GetEnrollmentStatusResponse Modifier and Type Method Description default CompletableFuture<GetEnrollmentStatusResponse>ComputeOptimizerAsyncClient. getEnrollmentStatus(Consumer<GetEnrollmentStatusRequest.Builder> getEnrollmentStatusRequest)Returns the enrollment (opt in) status of an account to the Compute Optimizer service.default CompletableFuture<GetEnrollmentStatusResponse>ComputeOptimizerAsyncClient. getEnrollmentStatus(GetEnrollmentStatusRequest getEnrollmentStatusRequest)Returns the enrollment (opt in) status of an account to the Compute Optimizer service.
-