Uses of Class
software.amazon.awssdk.services.dataexchange.model.CreateEventActionRequest
-
Packages that use CreateEventActionRequest 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 CreateEventActionRequest in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange with parameters of type CreateEventActionRequest Modifier and Type Method Description default CompletableFuture<CreateEventActionResponse>DataExchangeAsyncClient. createEventAction(CreateEventActionRequest createEventActionRequest)This operation creates an event action.default CreateEventActionResponseDataExchangeClient. createEventAction(CreateEventActionRequest createEventActionRequest)This operation creates an event action. -
Uses of CreateEventActionRequest in software.amazon.awssdk.services.dataexchange.transform
Methods in software.amazon.awssdk.services.dataexchange.transform with parameters of type CreateEventActionRequest Modifier and Type Method Description SdkHttpFullRequestCreateEventActionRequestMarshaller. marshall(CreateEventActionRequest createEventActionRequest)
-