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