| Package | Description |
|---|---|
| com.amazonaws.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
TrafficSourceIdentifier |
TrafficSourceIdentifier.clone() |
TrafficSourceIdentifier |
TrafficSourceIdentifier.withIdentifier(String identifier)
The unique identifier of the traffic source.
|
| Modifier and Type | Method and Description |
|---|---|
List<TrafficSourceIdentifier> |
DetachTrafficSourcesRequest.getTrafficSources()
The unique identifiers of one or more traffic sources you are detaching.
|
List<TrafficSourceIdentifier> |
CreateAutoScalingGroupRequest.getTrafficSources()
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
List<TrafficSourceIdentifier> |
AutoScalingGroup.getTrafficSources()
The unique identifiers of the traffic sources.
|
List<TrafficSourceIdentifier> |
AttachTrafficSourcesRequest.getTrafficSources()
The unique identifiers of one or more traffic sources.
|
| Modifier and Type | Method and Description |
|---|---|
DetachTrafficSourcesRequest |
DetachTrafficSourcesRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
AutoScalingGroup |
AutoScalingGroup.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of the traffic sources.
|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withTrafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DetachTrafficSourcesRequest.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
void |
CreateAutoScalingGroupRequest.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
void |
AutoScalingGroup.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of the traffic sources.
|
void |
AttachTrafficSourcesRequest.setTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
DetachTrafficSourcesRequest |
DetachTrafficSourcesRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
CreateAutoScalingGroupRequest |
CreateAutoScalingGroupRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
AutoScalingGroup |
AutoScalingGroup.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of the traffic sources.
|
AttachTrafficSourcesRequest |
AttachTrafficSourcesRequest.withTrafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
Copyright © 2023. All rights reserved.