| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling |
|
| software.amazon.awssdk.services.autoscaling.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeNotificationConfigurationsResponse |
AutoScalingClient.describeNotificationConfigurations()
Describes the notification actions associated with the specified Auto Scaling group.
|
default DescribeNotificationConfigurationsResponse |
AutoScalingClient.describeNotificationConfigurations(Consumer<DescribeNotificationConfigurationsRequest.Builder> describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto Scaling group.
|
default DescribeNotificationConfigurationsResponse |
AutoScalingClient.describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeNotificationConfigurationsResponse> |
AutoScalingAsyncClient.describeNotificationConfigurations()
Describes the notification actions associated with the specified Auto Scaling group.
|
default CompletableFuture<DescribeNotificationConfigurationsResponse> |
AutoScalingAsyncClient.describeNotificationConfigurations(Consumer<DescribeNotificationConfigurationsRequest.Builder> describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto Scaling group.
|
default CompletableFuture<DescribeNotificationConfigurationsResponse> |
AutoScalingAsyncClient.describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto Scaling group.
|
| 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 © 2019. All rights reserved.