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