| Package | Description |
|---|---|
| software.amazon.awssdk.services.autoscaling.model |
| Modifier and Type | Method and Description |
|---|---|
List<TrafficSourceIdentifier> |
CreateAutoScalingGroupRequest.trafficSources()
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
List<TrafficSourceIdentifier> |
DetachTrafficSourcesRequest.trafficSources()
The unique identifiers of one or more traffic sources you are detaching.
|
List<TrafficSourceIdentifier> |
AttachTrafficSourcesRequest.trafficSources()
The unique identifiers of one or more traffic sources.
|
List<TrafficSourceIdentifier> |
AutoScalingGroup.trafficSources()
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoScalingGroupRequest.Builder |
CreateAutoScalingGroupRequest.Builder.trafficSources(TrafficSourceIdentifier... trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
DetachTrafficSourcesRequest.Builder |
DetachTrafficSourcesRequest.Builder.trafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.trafficSources(TrafficSourceIdentifier... trafficSources)
The unique identifiers of one or more traffic sources.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.trafficSources(TrafficSourceIdentifier... trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
| Modifier and Type | Method and Description |
|---|---|
CreateAutoScalingGroupRequest.Builder |
CreateAutoScalingGroupRequest.Builder.trafficSources(Collection<TrafficSourceIdentifier> trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
DetachTrafficSourcesRequest.Builder |
DetachTrafficSourcesRequest.Builder.trafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources you are detaching.
|
AttachTrafficSourcesRequest.Builder |
AttachTrafficSourcesRequest.Builder.trafficSources(Collection<TrafficSourceIdentifier> trafficSources)
The unique identifiers of one or more traffic sources.
|
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.trafficSources(Collection<TrafficSourceIdentifier> trafficSources)
Reserved for use with Amazon VPC Lattice, which is in preview release and is subject to change.
|
Copyright © 2023. All rights reserved.