Uses of Class
software.amazon.awssdk.services.autoscaling.model.TrafficSourceState
-
Packages that use TrafficSourceState Package Description software.amazon.awssdk.services.autoscaling.model -
-
Uses of TrafficSourceState in software.amazon.awssdk.services.autoscaling.model
Methods in software.amazon.awssdk.services.autoscaling.model that return types with arguments of type TrafficSourceState Modifier and Type Method Description List<TrafficSourceState>DescribeTrafficSourcesResponse. trafficSources()Information about the traffic sources.Methods in software.amazon.awssdk.services.autoscaling.model with parameters of type TrafficSourceState Modifier and Type Method Description DescribeTrafficSourcesResponse.BuilderDescribeTrafficSourcesResponse.Builder. trafficSources(TrafficSourceState... trafficSources)Information about the traffic sources.Method parameters in software.amazon.awssdk.services.autoscaling.model with type arguments of type TrafficSourceState Modifier and Type Method Description DescribeTrafficSourcesResponse.BuilderDescribeTrafficSourcesResponse.Builder. trafficSources(Collection<TrafficSourceState> trafficSources)Information about the traffic sources.
-