Uses of Class
software.amazon.awssdk.services.privatenetworks.model.TrackingInformation
-
Packages that use TrackingInformation Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of TrackingInformation in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type TrackingInformation Modifier and Type Method Description List<TrackingInformation>Order. trackingInformation()The tracking information of the order.Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type TrackingInformation Modifier and Type Method Description Order.BuilderOrder.Builder. trackingInformation(TrackingInformation... trackingInformation)The tracking information of the order.Method parameters in software.amazon.awssdk.services.privatenetworks.model with type arguments of type TrackingInformation Modifier and Type Method Description Order.BuilderOrder.Builder. trackingInformation(Collection<TrackingInformation> trackingInformation)The tracking information of the order.
-