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