Uses of Class
software.amazon.awssdk.services.dataexchange.model.UpdateEventActionRequest
-
Packages that use UpdateEventActionRequest 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 UpdateEventActionRequest in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange with parameters of type UpdateEventActionRequest Modifier and Type Method Description default CompletableFuture<UpdateEventActionResponse>DataExchangeAsyncClient. updateEventAction(UpdateEventActionRequest updateEventActionRequest)This operation updates the event action.default UpdateEventActionResponseDataExchangeClient. updateEventAction(UpdateEventActionRequest updateEventActionRequest)This operation updates the event action. -
Uses of UpdateEventActionRequest in software.amazon.awssdk.services.dataexchange.transform
Methods in software.amazon.awssdk.services.dataexchange.transform with parameters of type UpdateEventActionRequest Modifier and Type Method Description SdkHttpFullRequestUpdateEventActionRequestMarshaller. marshall(UpdateEventActionRequest updateEventActionRequest)
-