Uses of Class
software.amazon.awssdk.services.autoscaling.model.TrafficSourceIdentifier
-
Packages that use TrafficSourceIdentifier Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of TrafficSourceIdentifier in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type TrafficSourceIdentifier Modifier and Type Method Description List<TrafficSourceIdentifier>AttachTrafficSourcesRequest. trafficSources()The unique identifiers of one or more traffic sources.List<TrafficSourceIdentifier>AutoScalingGroup. trafficSources()The traffic sources associated with this Auto Scaling group.List<TrafficSourceIdentifier>CreateAutoScalingGroupRequest. trafficSources()The list of traffic sources to attach to this Auto Scaling group.List<TrafficSourceIdentifier>DetachTrafficSourcesRequest. trafficSources()The unique identifiers of one or more traffic sources.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type TrafficSourceIdentifier Modifier and Type Method Description AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. trafficSources(TrafficSourceIdentifier... trafficSources)The unique identifiers of one or more traffic sources.AutoScalingGroup.BuilderAutoScalingGroup.Builder. trafficSources(TrafficSourceIdentifier... trafficSources)The traffic sources associated with this Auto Scaling group.CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. trafficSources(TrafficSourceIdentifier... trafficSources)The list of traffic sources to attach to this Auto Scaling group.DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. trafficSources(TrafficSourceIdentifier... trafficSources)The unique identifiers of one or more traffic sources.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type TrafficSourceIdentifier Modifier and Type Method Description AttachTrafficSourcesRequest.BuilderAttachTrafficSourcesRequest.Builder. trafficSources(Collection<TrafficSourceIdentifier> trafficSources)The unique identifiers of one or more traffic sources.AutoScalingGroup.BuilderAutoScalingGroup.Builder. trafficSources(Collection<TrafficSourceIdentifier> trafficSources)The traffic sources associated with this Auto Scaling group.CreateAutoScalingGroupRequest.BuilderCreateAutoScalingGroupRequest.Builder. trafficSources(Collection<TrafficSourceIdentifier> trafficSources)The list of traffic sources to attach to this Auto Scaling group.DetachTrafficSourcesRequest.BuilderDetachTrafficSourcesRequest.Builder. trafficSources(Collection<TrafficSourceIdentifier> trafficSources)The unique identifiers of one or more traffic sources.
-