Uses of Class
software.amazon.awssdk.services.osis.model.PipelineDestination
-
Packages that use PipelineDestination Package Description software.amazon.awssdk.services.osis.model -
-
Uses of PipelineDestination in software.amazon.awssdk.services.osis.model
Methods in software.amazon.awssdk.services.osis.model that return types with arguments of type PipelineDestination Modifier and Type Method Description List<PipelineDestination>Pipeline. destinations()Destinations to which the pipeline writes data.List<PipelineDestination>PipelineSummary. destinations()A list of destinations to which the pipeline writes data.Methods in software.amazon.awssdk.services.osis.model with parameters of type PipelineDestination Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. destinations(PipelineDestination... destinations)Destinations to which the pipeline writes data.PipelineSummary.BuilderPipelineSummary.Builder. destinations(PipelineDestination... destinations)A list of destinations to which the pipeline writes data.Method parameters in software.amazon.awssdk.services.osis.model with type arguments of type PipelineDestination Modifier and Type Method Description Pipeline.BuilderPipeline.Builder. destinations(Collection<PipelineDestination> destinations)Destinations to which the pipeline writes data.PipelineSummary.BuilderPipelineSummary.Builder. destinations(Collection<PipelineDestination> destinations)A list of destinations to which the pipeline writes data.
-