Uses of Class
software.amazon.awssdk.services.ec2.model.TrafficMirrorTarget
-
Packages that use TrafficMirrorTarget Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of TrafficMirrorTarget in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return TrafficMirrorTarget Modifier and Type Method Description TrafficMirrorTargetCreateTrafficMirrorTargetResponse. trafficMirrorTarget()Information about the Traffic Mirror target.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type TrafficMirrorTarget Modifier and Type Method Description List<TrafficMirrorTarget>DescribeTrafficMirrorTargetsResponse. trafficMirrorTargets()Information about one or more Traffic Mirror targets.Methods in software.amazon.awssdk.services.ec2.model with parameters of type TrafficMirrorTarget Modifier and Type Method Description CreateTrafficMirrorTargetResponse.BuilderCreateTrafficMirrorTargetResponse.Builder. trafficMirrorTarget(TrafficMirrorTarget trafficMirrorTarget)Information about the Traffic Mirror target.DescribeTrafficMirrorTargetsResponse.BuilderDescribeTrafficMirrorTargetsResponse.Builder. trafficMirrorTargets(TrafficMirrorTarget... trafficMirrorTargets)Information about one or more Traffic Mirror targets.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type TrafficMirrorTarget Modifier and Type Method Description DescribeTrafficMirrorTargetsResponse.BuilderDescribeTrafficMirrorTargetsResponse.Builder. trafficMirrorTargets(Collection<TrafficMirrorTarget> trafficMirrorTargets)Information about one or more Traffic Mirror targets. -
Uses of TrafficMirrorTarget in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type TrafficMirrorTarget Modifier and Type Method Description SdkIterable<TrafficMirrorTarget>DescribeTrafficMirrorTargetsIterable. trafficMirrorTargets()Returns an iterable to iterate through the paginatedDescribeTrafficMirrorTargetsResponse.trafficMirrorTargets()member.SdkPublisher<TrafficMirrorTarget>DescribeTrafficMirrorTargetsPublisher. trafficMirrorTargets()Returns a publisher that can be used to get a stream of data.
-