Uses of Class
software.amazon.awssdk.services.outposts.model.ShipmentCarrier
-
Packages that use ShipmentCarrier Package Description software.amazon.awssdk.services.outposts.model -
-
Uses of ShipmentCarrier in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ShipmentCarrier Modifier and Type Method Description static ShipmentCarrierShipmentCarrier. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShipmentCarrierShipmentInformation. shipmentCarrier()The carrier of the shipment.static ShipmentCarrierShipmentCarrier. valueOf(String name)Returns the enum constant of this type with the specified name.static ShipmentCarrier[]ShipmentCarrier. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.outposts.model that return types with arguments of type ShipmentCarrier Modifier and Type Method Description static Set<ShipmentCarrier>ShipmentCarrier. knownValues()Methods in software.amazon.awssdk.services.outposts.model with parameters of type ShipmentCarrier Modifier and Type Method Description ShipmentInformation.BuilderShipmentInformation.Builder. shipmentCarrier(ShipmentCarrier shipmentCarrier)The carrier of the shipment.
-