| 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 |
|---|---|
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 |
|---|---|
ListEventActionsRequest |
ListEventActionsRequest.clone() |
ListEventActionsRequest |
ListEventActionsRequest.withEventSourceId(String eventSourceId)
The unique identifier for the event source.
|
ListEventActionsRequest |
ListEventActionsRequest.withMaxResults(Integer maxResults)
The maximum number of results returned by a single call.
|
ListEventActionsRequest |
ListEventActionsRequest.withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
Copyright © 2024. All rights reserved.