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 RemoveTargetsResult
AbstractAmazonCloudWatchEvents. removeTargets(RemoveTargetsRequest request)
RemoveTargetsResult
AmazonCloudWatchEvents. removeTargets(RemoveTargetsRequest removeTargetsRequest)
Removes target(s) from a rule so that when the rule is triggered, those targets will no longer be invoked.RemoveTargetsResult
AmazonCloudWatchEventsClient. 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 RemoveTargetsResult
RemoveTargetsResult. clone()
RemoveTargetsResult
RemoveTargetsResult. withFailedEntries(RemoveTargetsResultEntry... failedEntries)
An array of failed target entries.RemoveTargetsResult
RemoveTargetsResult. withFailedEntries(Collection<RemoveTargetsResultEntry> failedEntries)
An array of failed target entries.RemoveTargetsResult
RemoveTargetsResult. withFailedEntryCount(Integer failedEntryCount)
The number of failed entries.
-