| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResult |
AbstractAWSDataExchange.listEventActions(ListEventActionsRequest request) |
ListEventActionsResult |
AWSDataExchangeClient.listEventActions(ListEventActionsRequest request)
This operation lists your event actions.
|
ListEventActionsResult |
AWSDataExchange.listEventActions(ListEventActionsRequest listEventActionsRequest)
This operation lists your event actions.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListEventActionsResult> |
AbstractAWSDataExchangeAsync.listEventActionsAsync(ListEventActionsRequest request,
AsyncHandler<ListEventActionsRequest,ListEventActionsResult> asyncHandler) |
Future<ListEventActionsResult> |
AWSDataExchangeAsync.listEventActionsAsync(ListEventActionsRequest listEventActionsRequest,
AsyncHandler<ListEventActionsRequest,ListEventActionsResult> asyncHandler)
This operation lists your event actions.
|
Future<ListEventActionsResult> |
AWSDataExchangeAsyncClient.listEventActionsAsync(ListEventActionsRequest request,
AsyncHandler<ListEventActionsRequest,ListEventActionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListEventActionsResult |
ListEventActionsResult.clone() |
ListEventActionsResult |
ListEventActionsResult.withEventActions(Collection<EventActionEntry> eventActions)
The event action objects listed by the request.
|
ListEventActionsResult |
ListEventActionsResult.withEventActions(EventActionEntry... eventActions)
The event action objects listed by the request.
|
ListEventActionsResult |
ListEventActionsResult.withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
Copyright © 2024. All rights reserved.