| Package | Description |
|---|---|
| com.amazonaws.services.osis.model |
| Modifier and Type | Method and Description |
|---|---|
PipelineDestination |
PipelineDestination.clone() |
PipelineDestination |
PipelineDestination.withEndpoint(String endpoint)
The endpoint receiving data from the pipeline.
|
PipelineDestination |
PipelineDestination.withServiceName(String serviceName)
The name of the service receiving data from the pipeline.
|
| Modifier and Type | Method and Description |
|---|---|
List<PipelineDestination> |
Pipeline.getDestinations()
Destinations to which the pipeline writes data.
|
List<PipelineDestination> |
PipelineSummary.getDestinations()
A list of destinations to which the pipeline writes data.
|
| Modifier and Type | Method and Description |
|---|---|
Pipeline |
Pipeline.withDestinations(PipelineDestination... destinations)
Destinations to which the pipeline writes data.
|
PipelineSummary |
PipelineSummary.withDestinations(PipelineDestination... destinations)
A list of destinations to which the pipeline writes data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Pipeline.setDestinations(Collection<PipelineDestination> destinations)
Destinations to which the pipeline writes data.
|
void |
PipelineSummary.setDestinations(Collection<PipelineDestination> destinations)
A list of destinations to which the pipeline writes data.
|
Pipeline |
Pipeline.withDestinations(Collection<PipelineDestination> destinations)
Destinations to which the pipeline writes data.
|
PipelineSummary |
PipelineSummary.withDestinations(Collection<PipelineDestination> destinations)
A list of destinations to which the pipeline writes data.
|
Copyright © 2024. All rights reserved.