Uses of Class
com.amazonaws.services.cloudwatchevents.model.RemoveTargetsRequest
Packages that use RemoveTargetsRequest
Package
Description
-
Uses of RemoveTargetsRequest in com.amazonaws.services.cloudwatchevents
Methods in com.amazonaws.services.cloudwatchevents with parameters of type RemoveTargetsRequestModifier and TypeMethodDescriptionAbstractAmazonCloudWatchEvents.removeTargets
(RemoveTargetsRequest request) AmazonCloudWatchEvents.removeTargets
(RemoveTargetsRequest removeTargetsRequest) Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.AmazonCloudWatchEventsClient.removeTargets
(RemoveTargetsRequest removeTargetsRequest) Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.AbstractAmazonCloudWatchEventsAsync.removeTargetsAsync
(RemoveTargetsRequest request) AbstractAmazonCloudWatchEventsAsync.removeTargetsAsync
(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest, RemoveTargetsResult> asyncHandler) AmazonCloudWatchEventsAsync.removeTargetsAsync
(RemoveTargetsRequest removeTargetsRequest) Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.AmazonCloudWatchEventsAsync.removeTargetsAsync
(RemoveTargetsRequest removeTargetsRequest, AsyncHandler<RemoveTargetsRequest, RemoveTargetsResult> asyncHandler) Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.AmazonCloudWatchEventsAsyncClient.removeTargetsAsync
(RemoveTargetsRequest request) AmazonCloudWatchEventsAsyncClient.removeTargetsAsync
(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest, RemoveTargetsResult> asyncHandler) Method parameters in com.amazonaws.services.cloudwatchevents with type arguments of type RemoveTargetsRequestModifier and TypeMethodDescriptionAbstractAmazonCloudWatchEventsAsync.removeTargetsAsync
(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest, RemoveTargetsResult> asyncHandler) AmazonCloudWatchEventsAsync.removeTargetsAsync
(RemoveTargetsRequest removeTargetsRequest, AsyncHandler<RemoveTargetsRequest, RemoveTargetsResult> asyncHandler) Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.AmazonCloudWatchEventsAsyncClient.removeTargetsAsync
(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest, RemoveTargetsResult> asyncHandler) -
Uses of RemoveTargetsRequest in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return RemoveTargetsRequestModifier and TypeMethodDescriptionRemoveTargetsRequest.clone()
The list of target IDs to remove from the rule.RemoveTargetsRequest.withIds
(Collection<String> ids) The list of target IDs to remove from the rule.The name of the rule you want to remove targets from.