Uses of Class
com.amazonaws.services.autoscaling.model.DescribeNotificationConfigurationsResult
Packages that use DescribeNotificationConfigurationsResult
-
Uses of DescribeNotificationConfigurationsResult in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling that return DescribeNotificationConfigurationsResultModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.describeNotificationConfigurations()
AbstractAmazonAutoScaling.describeNotificationConfigurations
(DescribeNotificationConfigurationsRequest request) AmazonAutoScaling.describeNotificationConfigurations()
Simplified method form for invoking the DescribeNotificationConfigurations operation.AmazonAutoScaling.describeNotificationConfigurations
(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest) Describes the notification actions associated with the specified Auto Scaling group.AmazonAutoScalingClient.describeNotificationConfigurations()
AmazonAutoScalingClient.describeNotificationConfigurations
(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest) Describes the notification actions associated with the specified Auto Scaling group.Methods in com.amazonaws.services.autoscaling that return types with arguments of type DescribeNotificationConfigurationsResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeNotificationConfigurationsAsync()
Simplified method form for invoking the DescribeNotificationConfigurations operation.AbstractAmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeNotificationConfigurations operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest request) AbstractAmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest request, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) AmazonAutoScalingAsync.describeNotificationConfigurationsAsync()
Simplified method form for invoking the DescribeNotificationConfigurations operation.AmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeNotificationConfigurations operation with an AsyncHandler.AmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest) Describes the notification actions associated with the specified Auto Scaling group.AmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Describes the notification actions associated with the specified Auto Scaling group.AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync()
Simplified method form for invoking the DescribeNotificationConfigurations operation.AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync
(AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeNotificationConfigurations operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest request) AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest request, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DescribeNotificationConfigurationsResultModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeNotificationConfigurations operation with an AsyncHandler.AbstractAmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest request, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) AmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeNotificationConfigurations operation with an AsyncHandler.AmazonAutoScalingAsync.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest describeNotificationConfigurationsRequest, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Describes the notification actions associated with the specified Auto Scaling group.AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync
(AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) Simplified method form for invoking the DescribeNotificationConfigurations operation with an AsyncHandler.AmazonAutoScalingAsyncClient.describeNotificationConfigurationsAsync
(DescribeNotificationConfigurationsRequest request, AsyncHandler<DescribeNotificationConfigurationsRequest, DescribeNotificationConfigurationsResult> asyncHandler) -
Uses of DescribeNotificationConfigurationsResult in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DescribeNotificationConfigurationsResultModifier and TypeMethodDescriptionDescribeNotificationConfigurationsResult.clone()
DescribeNotificationConfigurationsResult.withNextToken
(String nextToken) The token to use when requesting the next set of items.DescribeNotificationConfigurationsResult.withNotificationConfigurations
(NotificationConfiguration... notificationConfigurations) The notification configurations.DescribeNotificationConfigurationsResult.withNotificationConfigurations
(Collection<NotificationConfiguration> notificationConfigurations) The notification configurations.