| Package | Description |
|---|---|
| software.amazon.awssdk.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| software.amazon.awssdk.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetEventActionResponse> |
DataExchangeAsyncClient.getEventAction(Consumer<GetEventActionRequest.Builder> getEventActionRequest)
This operation retrieves information about an event action.
|
default GetEventActionResponse |
DataExchangeClient.getEventAction(Consumer<GetEventActionRequest.Builder> getEventActionRequest)
This operation retrieves information about an event action.
|
| Modifier and Type | Method and Description |
|---|---|
static GetEventActionRequest.Builder |
GetEventActionRequest.builder() |
GetEventActionRequest.Builder |
GetEventActionRequest.Builder.eventActionId(String eventActionId)
The unique identifier for the event action.
|
GetEventActionRequest.Builder |
GetEventActionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetEventActionRequest.Builder |
GetEventActionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetEventActionRequest.Builder |
GetEventActionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventActionRequest.Builder> |
GetEventActionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.