Uses of Class
com.amazonaws.services.cloudwatchevents.model.RemoveTargetsRequest
-
Packages that use RemoveTargetsRequest Package Description com.amazonaws.services.cloudwatchevents com.amazonaws.services.cloudwatchevents.model -
-
Uses of RemoveTargetsRequest in com.amazonaws.services.cloudwatchevents
Methods in com.amazonaws.services.cloudwatchevents with parameters of type RemoveTargetsRequest Modifier and Type Method Description RemoveTargetsResultAbstractAmazonCloudWatchEvents. removeTargets(RemoveTargetsRequest request)RemoveTargetsResultAmazonCloudWatchEvents. removeTargets(RemoveTargetsRequest removeTargetsRequest)Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.RemoveTargetsResultAmazonCloudWatchEventsClient. removeTargets(RemoveTargetsRequest removeTargetsRequest)Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.Future<RemoveTargetsResult>AbstractAmazonCloudWatchEventsAsync. removeTargetsAsync(RemoveTargetsRequest request)Future<RemoveTargetsResult>AbstractAmazonCloudWatchEventsAsync. removeTargetsAsync(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest,RemoveTargetsResult> asyncHandler)Future<RemoveTargetsResult>AmazonCloudWatchEventsAsync. removeTargetsAsync(RemoveTargetsRequest removeTargetsRequest)Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.Future<RemoveTargetsResult>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.Future<RemoveTargetsResult>AmazonCloudWatchEventsAsyncClient. removeTargetsAsync(RemoveTargetsRequest request)Future<RemoveTargetsResult>AmazonCloudWatchEventsAsyncClient. removeTargetsAsync(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest,RemoveTargetsResult> asyncHandler)Method parameters in com.amazonaws.services.cloudwatchevents with type arguments of type RemoveTargetsRequest Modifier and Type Method Description Future<RemoveTargetsResult>AbstractAmazonCloudWatchEventsAsync. removeTargetsAsync(RemoveTargetsRequest request, AsyncHandler<RemoveTargetsRequest,RemoveTargetsResult> asyncHandler)Future<RemoveTargetsResult>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.Future<RemoveTargetsResult>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 RemoveTargetsRequest Modifier and Type Method Description RemoveTargetsRequestRemoveTargetsRequest. clone()RemoveTargetsRequestRemoveTargetsRequest. withIds(String... ids)The list of target IDs to remove from the rule.RemoveTargetsRequestRemoveTargetsRequest. withIds(Collection<String> ids)The list of target IDs to remove from the rule.RemoveTargetsRequestRemoveTargetsRequest. withRule(String rule)The name of the rule you want to remove targets from.
-