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