Uses of Class
com.amazonaws.services.cloudwatchevents.model.RemoveTargetsResult
-
Packages that use RemoveTargetsResult Package Description com.amazonaws.services.cloudwatchevents com.amazonaws.services.cloudwatchevents.model -
-
Uses of RemoveTargetsResult in com.amazonaws.services.cloudwatchevents
Methods in com.amazonaws.services.cloudwatchevents that return RemoveTargetsResult 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.Methods in com.amazonaws.services.cloudwatchevents that return types with arguments of type RemoveTargetsResult Modifier and Type Method Description 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 RemoveTargetsResult 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 RemoveTargetsResult in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return RemoveTargetsResult Modifier and Type Method Description RemoveTargetsResultRemoveTargetsResult. clone()RemoveTargetsResultRemoveTargetsResult. withFailedEntries(RemoveTargetsResultEntry... failedEntries)An array of failed target entries.RemoveTargetsResultRemoveTargetsResult. withFailedEntries(Collection<RemoveTargetsResultEntry> failedEntries)An array of failed target entries.RemoveTargetsResultRemoveTargetsResult. withFailedEntryCount(Integer failedEntryCount)The number of failed entries.
-