| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
TrafficSourceState |
TrafficSourceState.clone() |
TrafficSourceState |
TrafficSourceState.withIdentifier(String identifier)
The unique identifier of the traffic source.
|
TrafficSourceState |
TrafficSourceState.withState(String state)
Describes the current state of a traffic source.
|
TrafficSourceState |
TrafficSourceState.withTrafficSource(String trafficSource)
Deprecated.
|
TrafficSourceState |
TrafficSourceState.withType(String type)
Provides additional context for the value of
Identifier. |
| Modifier and Type | Method and Description |
|---|---|
List<TrafficSourceState> |
DescribeTrafficSourcesResult.getTrafficSources()
Information about the traffic sources.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeTrafficSourcesResult |
DescribeTrafficSourcesResult.withTrafficSources(TrafficSourceState... trafficSources)
Information about the traffic sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrafficSourcesResult.setTrafficSources(Collection<TrafficSourceState> trafficSources)
Information about the traffic sources.
|
DescribeTrafficSourcesResult |
DescribeTrafficSourcesResult.withTrafficSources(Collection<TrafficSourceState> trafficSources)
Information about the traffic sources.
|
Copyright © 2023. All rights reserved.