Uses of Class
com.amazonaws.services.cloudwatchevents.model.ListRuleNamesByTargetResult
-
Packages that use ListRuleNamesByTargetResult Package Description com.amazonaws.services.cloudwatchevents com.amazonaws.services.cloudwatchevents.model -
-
Uses of ListRuleNamesByTargetResult in com.amazonaws.services.cloudwatchevents
Methods in com.amazonaws.services.cloudwatchevents that return ListRuleNamesByTargetResult Modifier and Type Method Description ListRuleNamesByTargetResultAbstractAmazonCloudWatchEvents. listRuleNamesByTarget(ListRuleNamesByTargetRequest request)ListRuleNamesByTargetResultAmazonCloudWatchEvents. listRuleNamesByTarget(ListRuleNamesByTargetRequest listRuleNamesByTargetRequest)Lists the names of the rules that the given target is put to.ListRuleNamesByTargetResultAmazonCloudWatchEventsClient. listRuleNamesByTarget(ListRuleNamesByTargetRequest listRuleNamesByTargetRequest)Lists the names of the rules that the given target is put to.Method parameters in com.amazonaws.services.cloudwatchevents with type arguments of type ListRuleNamesByTargetResult Modifier and Type Method Description Future<ListRuleNamesByTargetResult>AbstractAmazonCloudWatchEventsAsync. listRuleNamesByTargetAsync(ListRuleNamesByTargetRequest request, AsyncHandler<ListRuleNamesByTargetRequest,ListRuleNamesByTargetResult> asyncHandler)Future<ListRuleNamesByTargetResult>AmazonCloudWatchEventsAsync. listRuleNamesByTargetAsync(ListRuleNamesByTargetRequest listRuleNamesByTargetRequest, AsyncHandler<ListRuleNamesByTargetRequest,ListRuleNamesByTargetResult> asyncHandler)Lists the names of the rules that the given target is put to.Future<ListRuleNamesByTargetResult>AmazonCloudWatchEventsAsyncClient. listRuleNamesByTargetAsync(ListRuleNamesByTargetRequest request, AsyncHandler<ListRuleNamesByTargetRequest,ListRuleNamesByTargetResult> asyncHandler) -
Uses of ListRuleNamesByTargetResult in com.amazonaws.services.cloudwatchevents.model
Methods in com.amazonaws.services.cloudwatchevents.model that return ListRuleNamesByTargetResult Modifier and Type Method Description ListRuleNamesByTargetResultListRuleNamesByTargetResult. clone()ListRuleNamesByTargetResultListRuleNamesByTargetResult. withNextToken(String nextToken)Indicates that there are additional results to retrieve.ListRuleNamesByTargetResultListRuleNamesByTargetResult. withRuleNames(String... ruleNames)List of rules names that can invoke the given target.ListRuleNamesByTargetResultListRuleNamesByTargetResult. withRuleNames(Collection<String> ruleNames)List of rules names that can invoke the given target.
-