| 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 |
|---|---|
GetEventActionResult |
AbstractAWSDataExchange.getEventAction(GetEventActionRequest request) |
GetEventActionResult |
AWSDataExchange.getEventAction(GetEventActionRequest getEventActionRequest)
This operation retrieves information about an event action.
|
GetEventActionResult |
AWSDataExchangeClient.getEventAction(GetEventActionRequest request)
This operation retrieves information about an event action.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetEventActionResult> |
AbstractAWSDataExchangeAsync.getEventActionAsync(GetEventActionRequest request,
AsyncHandler<GetEventActionRequest,GetEventActionResult> asyncHandler) |
Future<GetEventActionResult> |
AWSDataExchangeAsync.getEventActionAsync(GetEventActionRequest getEventActionRequest,
AsyncHandler<GetEventActionRequest,GetEventActionResult> asyncHandler)
This operation retrieves information about an event action.
|
Future<GetEventActionResult> |
AWSDataExchangeAsyncClient.getEventActionAsync(GetEventActionRequest request,
AsyncHandler<GetEventActionRequest,GetEventActionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetEventActionResult |
GetEventActionResult.clone() |
GetEventActionResult |
GetEventActionResult.withAction(Action action)
What occurs after a certain event.
|
GetEventActionResult |
GetEventActionResult.withArn(String arn)
The ARN for the event action.
|
GetEventActionResult |
GetEventActionResult.withCreatedAt(Date createdAt)
The date and time that the event action was created, in ISO 8601 format.
|
GetEventActionResult |
GetEventActionResult.withEvent(Event event)
What occurs to start an action.
|
GetEventActionResult |
GetEventActionResult.withId(String id)
The unique identifier for the event action.
|
GetEventActionResult |
GetEventActionResult.withUpdatedAt(Date updatedAt)
The date and time that the event action was last updated, in ISO 8601 format.
|
Copyright © 2025. All rights reserved.