Package | Description |
---|---|
com.amazonaws.services.cloudwatchevents | |
com.amazonaws.services.cloudwatchevents.model |
Modifier and Type | Method and Description |
---|---|
ListRuleNamesByTargetResult |
AmazonCloudWatchEvents.listRuleNamesByTarget(ListRuleNamesByTargetRequest listRuleNamesByTargetRequest)
Lists the names of the rules that the given target is put to.
|
ListRuleNamesByTargetResult |
AmazonCloudWatchEventsClient.listRuleNamesByTarget(ListRuleNamesByTargetRequest listRuleNamesByTargetRequest)
Lists the names of the rules that the given target is put to.
|
ListRuleNamesByTargetResult |
AbstractAmazonCloudWatchEvents.listRuleNamesByTarget(ListRuleNamesByTargetRequest request) |
Modifier and Type | Method and Description |
---|---|
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> |
AbstractAmazonCloudWatchEventsAsync.listRuleNamesByTargetAsync(ListRuleNamesByTargetRequest request,
AsyncHandler<ListRuleNamesByTargetRequest,ListRuleNamesByTargetResult> asyncHandler) |
Future<ListRuleNamesByTargetResult> |
AmazonCloudWatchEventsAsyncClient.listRuleNamesByTargetAsync(ListRuleNamesByTargetRequest request,
AsyncHandler<ListRuleNamesByTargetRequest,ListRuleNamesByTargetResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ListRuleNamesByTargetResult |
ListRuleNamesByTargetResult.clone() |
ListRuleNamesByTargetResult |
ListRuleNamesByTargetResult.withNextToken(String nextToken)
Indicates that there are additional results to retrieve.
|
ListRuleNamesByTargetResult |
ListRuleNamesByTargetResult.withRuleNames(Collection<String> ruleNames)
List of rules names that can invoke the given target.
|
ListRuleNamesByTargetResult |
ListRuleNamesByTargetResult.withRuleNames(String... ruleNames)
List of rules names that can invoke the given target.
|
Copyright © 2018. All rights reserved.