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