| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNotificationConfigurationsResponse |
AutoScalingClient.describeNotificationConfigurations()
Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.
|
default DescribeNotificationConfigurationsResponse |
AutoScalingClient.describeNotificationConfigurations(Consumer<DescribeNotificationConfigurationsRequest.Builder> describeNotificationConfigurationsRequest)
Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.
|
default DescribeNotificationConfigurationsResponse |
AutoScalingClient.describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Gets information about the Amazon SNS notifications that are configured for one or more Auto Scaling groups.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeNotificationConfigurationsResponse> |
DescribeNotificationConfigurationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeNotificationConfigurationsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeNotificationConfigurationsResponse> subscriber) |
Copyright © 2023. All rights reserved.