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