Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeMetricCollectionTypesResponse
-
Packages that use DescribeMetricCollectionTypesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DescribeMetricCollectionTypesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeMetricCollectionTypesResponse Modifier and Type Method Description default DescribeMetricCollectionTypesResponseAutoScalingClient. describeMetricCollectionTypes()Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.default DescribeMetricCollectionTypesResponseAutoScalingClient. describeMetricCollectionTypes(Consumer<DescribeMetricCollectionTypesRequest.Builder> describeMetricCollectionTypesRequest)Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.default DescribeMetricCollectionTypesResponseAutoScalingClient. describeMetricCollectionTypes(DescribeMetricCollectionTypesRequest describeMetricCollectionTypesRequest)Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeMetricCollectionTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeMetricCollectionTypesResponse>AutoScalingAsyncClient. describeMetricCollectionTypes()Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.default CompletableFuture<DescribeMetricCollectionTypesResponse>AutoScalingAsyncClient. describeMetricCollectionTypes(Consumer<DescribeMetricCollectionTypesRequest.Builder> describeMetricCollectionTypesRequest)Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.default CompletableFuture<DescribeMetricCollectionTypesResponse>AutoScalingAsyncClient. describeMetricCollectionTypes(DescribeMetricCollectionTypesRequest describeMetricCollectionTypesRequest)Describes the available CloudWatch metrics for Amazon EC2 Auto Scaling.
-