| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
TrafficSourceIdentifier |
TrafficSourceIdentifier.clone() |
TrafficSourceIdentifier |
TrafficSourceIdentifier.withIdentifier(String identifier)
Identifies the traffic source.
|
TrafficSourceIdentifier |
TrafficSourceIdentifier.withType(String type)
Provides additional context for the value of
Identifier. |
| Modifier and Type | Method and Description |
|---|---|
List<TrafficSourceIdentifier> |
DetachTrafficSourcesRequest.getTrafficSources()
The unique identifiers of one or more traffic sources.
|
List<TrafficSourceIdentifier> |
CreateAutoScalingGroupRequest.getTrafficSources()
The list of traffic sources to attach to this Auto Scaling group.
|
List<TrafficSourceIdentifier> |
AttachTrafficSourcesRequest.getTrafficSources()
The unique identifiers of one or more traffic sources.
|
List<TrafficSourceIdentifier> |
AutoScalingGroup.getTrafficSources()
The traffic sources associated with this Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
DetachTrafficSourcesRequest |
DetachTrafficSourcesRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The list of traffic sources to attach to this Auto Scaling group.
|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources.
|
AutoScalingGroup |
AutoScalingGroup.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The traffic sources associated with this Auto Scaling group.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetachTrafficSourcesRequest.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
void |
CreateAutoScalingGroupRequest.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The list of traffic sources to attach to this Auto Scaling group.
|
void |
AttachTrafficSourcesRequest.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
void |
AutoScalingGroup.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The traffic sources associated with this Auto Scaling group.
|
DetachTrafficSourcesRequest |
DetachTrafficSourcesRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The list of traffic sources to attach to this Auto Scaling group.
|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
AutoScalingGroup |
AutoScalingGroup.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The traffic sources associated with this Auto Scaling group.
|
Copyright © 2023. All rights reserved.