Uses of Class
com.amazonaws.services.autoscaling.model.DeleteNotificationConfigurationRequest
Packages that use DeleteNotificationConfigurationRequest
-
Uses of DeleteNotificationConfigurationRequest in com.amazonaws.services.autoscaling
Methods in com.amazonaws.services.autoscaling with parameters of type DeleteNotificationConfigurationRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScaling.deleteNotificationConfiguration
(DeleteNotificationConfigurationRequest request) AmazonAutoScaling.deleteNotificationConfiguration
(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest) Deletes the specified notification.AmazonAutoScalingClient.deleteNotificationConfiguration
(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest) Deletes the specified notification.AbstractAmazonAutoScalingAsync.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest request) AbstractAmazonAutoScalingAsync.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest request, AsyncHandler<DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResult> asyncHandler) AmazonAutoScalingAsync.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest) Deletes the specified notification.AmazonAutoScalingAsync.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest, AsyncHandler<DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResult> asyncHandler) Deletes the specified notification.AmazonAutoScalingAsyncClient.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest request) AmazonAutoScalingAsyncClient.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest request, AsyncHandler<DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResult> asyncHandler) Method parameters in com.amazonaws.services.autoscaling with type arguments of type DeleteNotificationConfigurationRequestModifier and TypeMethodDescriptionAbstractAmazonAutoScalingAsync.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest request, AsyncHandler<DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResult> asyncHandler) AmazonAutoScalingAsync.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest deleteNotificationConfigurationRequest, AsyncHandler<DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResult> asyncHandler) Deletes the specified notification.AmazonAutoScalingAsyncClient.deleteNotificationConfigurationAsync
(DeleteNotificationConfigurationRequest request, AsyncHandler<DeleteNotificationConfigurationRequest, DeleteNotificationConfigurationResult> asyncHandler) -
Uses of DeleteNotificationConfigurationRequest in com.amazonaws.services.autoscaling.model
Methods in com.amazonaws.services.autoscaling.model that return DeleteNotificationConfigurationRequestModifier and TypeMethodDescriptionDeleteNotificationConfigurationRequest.clone()
DeleteNotificationConfigurationRequest.withAutoScalingGroupName
(String autoScalingGroupName) The name of the Auto Scaling group.DeleteNotificationConfigurationRequest.withTopicARN
(String topicARN) The Amazon Resource Name (ARN) of the Amazon Simple Notification Service (SNS) topic.