Uses of Class
software.amazon.awssdk.services.appfabric.model.CreateIngestionDestinationRequest
-
Packages that use CreateIngestionDestinationRequest 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 CreateIngestionDestinationRequest in software.amazon.awssdk.services.appfabric
Methods in software.amazon.awssdk.services.appfabric with parameters of type CreateIngestionDestinationRequest Modifier and Type Method Description default CompletableFuture<CreateIngestionDestinationResponse>AppFabricAsyncClient. createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered.default CreateIngestionDestinationResponseAppFabricClient. createIngestionDestination(CreateIngestionDestinationRequest createIngestionDestinationRequest)Creates an ingestion destination, which specifies how an application's ingested data is processed by Amazon Web Services AppFabric and where it's delivered. -
Uses of CreateIngestionDestinationRequest in software.amazon.awssdk.services.appfabric.transform
Methods in software.amazon.awssdk.services.appfabric.transform with parameters of type CreateIngestionDestinationRequest Modifier and Type Method Description SdkHttpFullRequestCreateIngestionDestinationRequestMarshaller. marshall(CreateIngestionDestinationRequest createIngestionDestinationRequest)
-