Uses of Class
software.amazon.awssdk.services.dataexchange.model.GetEventActionResponse
-
Packages that use GetEventActionResponse 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. -
-
Uses of GetEventActionResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return GetEventActionResponse Modifier and Type Method Description default GetEventActionResponseDataExchangeClient. getEventAction(Consumer<GetEventActionRequest.Builder> getEventActionRequest)This operation retrieves information about an event action.default GetEventActionResponseDataExchangeClient. getEventAction(GetEventActionRequest getEventActionRequest)This operation retrieves information about an event action.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type GetEventActionResponse Modifier and Type Method Description default CompletableFuture<GetEventActionResponse>DataExchangeAsyncClient. getEventAction(Consumer<GetEventActionRequest.Builder> getEventActionRequest)This operation retrieves information about an event action.default CompletableFuture<GetEventActionResponse>DataExchangeAsyncClient. getEventAction(GetEventActionRequest getEventActionRequest)This operation retrieves information about an event action.
-