Uses of Class
software.amazon.awssdk.services.dataexchange.model.DeleteEventActionResponse
-
Packages that use DeleteEventActionResponse 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 DeleteEventActionResponse in software.amazon.awssdk.services.dataexchange
Methods in software.amazon.awssdk.services.dataexchange that return DeleteEventActionResponse Modifier and Type Method Description default DeleteEventActionResponseDataExchangeClient. deleteEventAction(Consumer<DeleteEventActionRequest.Builder> deleteEventActionRequest)This operation deletes the event action.default DeleteEventActionResponseDataExchangeClient. deleteEventAction(DeleteEventActionRequest deleteEventActionRequest)This operation deletes the event action.Methods in software.amazon.awssdk.services.dataexchange that return types with arguments of type DeleteEventActionResponse Modifier and Type Method Description default CompletableFuture<DeleteEventActionResponse>DataExchangeAsyncClient. deleteEventAction(Consumer<DeleteEventActionRequest.Builder> deleteEventActionRequest)This operation deletes the event action.default CompletableFuture<DeleteEventActionResponse>DataExchangeAsyncClient. deleteEventAction(DeleteEventActionRequest deleteEventActionRequest)This operation deletes the event action.
-