Uses of Interface
software.amazon.awssdk.services.computeoptimizer.ComputeOptimizerAsyncClient
-
Packages that use ComputeOptimizerAsyncClient 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.paginators -
-
Uses of ComputeOptimizerAsyncClient in software.amazon.awssdk.services.computeoptimizer
Methods in software.amazon.awssdk.services.computeoptimizer that return ComputeOptimizerAsyncClient Modifier and Type Method Description static ComputeOptimizerAsyncClientComputeOptimizerAsyncClient. create()Create aComputeOptimizerAsyncClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
Uses of ComputeOptimizerAsyncClient in software.amazon.awssdk.services.computeoptimizer.paginators
Constructors in software.amazon.awssdk.services.computeoptimizer.paginators with parameters of type ComputeOptimizerAsyncClient Constructor Description DescribeRecommendationExportJobsPublisher(ComputeOptimizerAsyncClient client, DescribeRecommendationExportJobsRequest firstRequest)GetEnrollmentStatusesForOrganizationPublisher(ComputeOptimizerAsyncClient client, GetEnrollmentStatusesForOrganizationRequest firstRequest)GetLambdaFunctionRecommendationsPublisher(ComputeOptimizerAsyncClient client, GetLambdaFunctionRecommendationsRequest firstRequest)GetRecommendationPreferencesPublisher(ComputeOptimizerAsyncClient client, GetRecommendationPreferencesRequest firstRequest)GetRecommendationSummariesPublisher(ComputeOptimizerAsyncClient client, GetRecommendationSummariesRequest firstRequest)
-