Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeAutoScalingNotificationTypesResponse
-
Packages that use DescribeAutoScalingNotificationTypesResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling -
-
Uses of DescribeAutoScalingNotificationTypesResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeAutoScalingNotificationTypesResponse Modifier and Type Method Description default DescribeAutoScalingNotificationTypesResponseAutoScalingClient. describeAutoScalingNotificationTypes()Describes the notification types that are supported by Amazon EC2 Auto Scaling.default DescribeAutoScalingNotificationTypesResponseAutoScalingClient. describeAutoScalingNotificationTypes(Consumer<DescribeAutoScalingNotificationTypesRequest.Builder> describeAutoScalingNotificationTypesRequest)Describes the notification types that are supported by Amazon EC2 Auto Scaling.default DescribeAutoScalingNotificationTypesResponseAutoScalingClient. describeAutoScalingNotificationTypes(DescribeAutoScalingNotificationTypesRequest describeAutoScalingNotificationTypesRequest)Describes the notification types that are supported by Amazon EC2 Auto Scaling.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeAutoScalingNotificationTypesResponse Modifier and Type Method Description default CompletableFuture<DescribeAutoScalingNotificationTypesResponse>AutoScalingAsyncClient. describeAutoScalingNotificationTypes()Describes the notification types that are supported by Amazon EC2 Auto Scaling.default CompletableFuture<DescribeAutoScalingNotificationTypesResponse>AutoScalingAsyncClient. describeAutoScalingNotificationTypes(Consumer<DescribeAutoScalingNotificationTypesRequest.Builder> describeAutoScalingNotificationTypesRequest)Describes the notification types that are supported by Amazon EC2 Auto Scaling.default CompletableFuture<DescribeAutoScalingNotificationTypesResponse>AutoScalingAsyncClient. describeAutoScalingNotificationTypes(DescribeAutoScalingNotificationTypesRequest describeAutoScalingNotificationTypesRequest)Describes the notification types that are supported by Amazon EC2 Auto Scaling.
-