Uses of Class
software.amazon.awssdk.services.appfabric.model.IngestionDestination
-
Packages that use IngestionDestination Package Description software.amazon.awssdk.services.appfabric.model -
-
Uses of IngestionDestination in software.amazon.awssdk.services.appfabric.model
Methods in software.amazon.awssdk.services.appfabric.model that return IngestionDestination Modifier and Type Method Description IngestionDestinationCreateIngestionDestinationResponse. ingestionDestination()Contains information about an ingestion destination.IngestionDestinationGetIngestionDestinationResponse. ingestionDestination()Contains information about an ingestion destination.IngestionDestinationUpdateIngestionDestinationResponse. ingestionDestination()Contains information about an ingestion destination.Methods in software.amazon.awssdk.services.appfabric.model with parameters of type IngestionDestination Modifier and Type Method Description CreateIngestionDestinationResponse.BuilderCreateIngestionDestinationResponse.Builder. ingestionDestination(IngestionDestination ingestionDestination)Contains information about an ingestion destination.GetIngestionDestinationResponse.BuilderGetIngestionDestinationResponse.Builder. ingestionDestination(IngestionDestination ingestionDestination)Contains information about an ingestion destination.UpdateIngestionDestinationResponse.BuilderUpdateIngestionDestinationResponse.Builder. ingestionDestination(IngestionDestination ingestionDestination)Contains information about an ingestion destination.
-