| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling |
Synchronous and asynchronous client classes for accessing AmazonAutoScaling.
|
| com.amazonaws.services.autoscaling.model |
Classes modeling the various types represented by AmazonAutoScaling.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationConfigurationsResult |
AmazonAutoScalingClient.describeNotificationConfigurations()
Describes the notification actions associated with the specified Auto
Scaling group.
|
DescribeNotificationConfigurationsResult |
AmazonAutoScaling.describeNotificationConfigurations()
Describes the notification actions associated with the specified Auto
Scaling group.
|
DescribeNotificationConfigurationsResult |
AmazonAutoScalingClient.describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto
Scaling group.
|
DescribeNotificationConfigurationsResult |
AmazonAutoScaling.describeNotificationConfigurations(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto
Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeNotificationConfigurationsResult> |
AmazonAutoScalingAsync.describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto
Scaling group.
|
Future<DescribeNotificationConfigurationsResult> |
AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest)
Describes the notification actions associated with the specified Auto
Scaling group.
|
Future<DescribeNotificationConfigurationsResult> |
AmazonAutoScalingAsync.describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest,
AsyncHandler<DescribeNotificationConfigurationsRequest,DescribeNotificationConfigurationsResult> asyncHandler)
Describes the notification actions associated with the specified Auto
Scaling group.
|
Future<DescribeNotificationConfigurationsResult> |
AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest,
AsyncHandler<DescribeNotificationConfigurationsRequest,DescribeNotificationConfigurationsResult> asyncHandler)
Describes the notification actions associated with the specified Auto
Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeNotificationConfigurationsResult> |
AmazonAutoScalingAsync.describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest,
AsyncHandler<DescribeNotificationConfigurationsRequest,DescribeNotificationConfigurationsResult> asyncHandler)
Describes the notification actions associated with the specified Auto
Scaling group.
|
Future<DescribeNotificationConfigurationsResult> |
AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest,
AsyncHandler<DescribeNotificationConfigurationsRequest,DescribeNotificationConfigurationsResult> asyncHandler)
Describes the notification actions associated with the specified Auto
Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.clone() |
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.withNextToken(String nextToken)
The token to use when requesting the next set of items.
|
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.withNotificationConfigurations(Collection<NotificationConfiguration> notificationConfigurations)
The notification configurations.
|
DescribeNotificationConfigurationsResult |
DescribeNotificationConfigurationsResult.withNotificationConfigurations(NotificationConfiguration... notificationConfigurations)
The notification configurations.
|
Copyright © 2015. All rights reserved.