Uses of Class
software.amazon.awssdk.services.appfabric.model.DeleteIngestionDestinationRequest
-
Packages that use DeleteIngestionDestinationRequest Package Description software.amazon.awssdk.services.appfabric Amazon Web Services AppFabric quickly connects software as a service (SaaS) applications across your organization.software.amazon.awssdk.services.appfabric.transform -
-
Uses of DeleteIngestionDestinationRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type DeleteIngestionDestinationRequest Modifier and Type Method Description default CompletableFuture<DeleteIngestionDestinationResponse>AppFabricAsyncClient. deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)Deletes an ingestion destination.default DeleteIngestionDestinationResponseAppFabricClient. deleteIngestionDestination(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)Deletes an ingestion destination. -
Uses of DeleteIngestionDestinationRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type DeleteIngestionDestinationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIngestionDestinationRequestMarshaller. marshall(DeleteIngestionDestinationRequest deleteIngestionDestinationRequest)
-