Uses of Class
software.amazon.awssdk.services.autoscaling.model.DescribeNotificationConfigurationsResponse
-
Packages that use DescribeNotificationConfigurationsResponse Package Description software.amazon.awssdk.services.autoscaling Amazon EC2 Auto Scaling software.amazon.awssdk.services.autoscaling.paginators -
-
Uses of DescribeNotificationConfigurationsResponse in software.amazon.awssdk.services.autoscaling
Methods in software.amazon.awssdk.services.autoscaling that return DescribeNotificationConfigurationsResponse Modifier and Type Method Description default DescribeNotificationConfigurationsResponseAutoScalingClient. describeNotificationConfigurations()Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.default DescribeNotificationConfigurationsResponseAutoScalingClient. describeNotificationConfigurations(Consumer<DescribeNotificationConfigurationsRequest.Builder> describeNotificationConfigurationsRequest)Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.default DescribeNotificationConfigurationsResponseAutoScalingClient. describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.Methods in software.amazon.awssdk.services.autoscaling that return types with arguments of type DescribeNotificationConfigurationsResponse Modifier and Type Method Description default CompletableFuture<DescribeNotificationConfigurationsResponse>AutoScalingAsyncClient. describeNotificationConfigurations()Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.default CompletableFuture<DescribeNotificationConfigurationsResponse>AutoScalingAsyncClient. describeNotificationConfigurations(Consumer<DescribeNotificationConfigurationsRequest.Builder> describeNotificationConfigurationsRequest)Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.default CompletableFuture<DescribeNotificationConfigurationsResponse>AutoScalingAsyncClient. describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups. -
Uses of DescribeNotificationConfigurationsResponse in software.amazon.awssdk.services.autoscaling.paginators
Methods in software.amazon.awssdk.services.autoscaling.paginators that return types with arguments of type DescribeNotificationConfigurationsResponse Modifier and Type Method Description Iterator<DescribeNotificationConfigurationsResponse>DescribeNotificationConfigurationsIterable. iterator()Method parameters in software.amazon.awssdk.services.autoscaling.paginators with type arguments of type DescribeNotificationConfigurationsResponse Modifier and Type Method Description voidDescribeNotificationConfigurationsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeNotificationConfigurationsResponse> subscriber)
-