Uses of Enum
software.amazon.awssdk.services.outposts.model.ShipmentCarrier
Packages that use ShipmentCarrier
-
Uses of ShipmentCarrier in software.amazon.awssdk.services.outposts.model
Methods in software.amazon.awssdk.services.outposts.model that return ShipmentCarrierModifier and TypeMethodDescriptionstatic ShipmentCarrierUse this in place of valueOf to convert the raw string returned by the service into the enum value.final ShipmentCarrierShipmentInformation.shipmentCarrier()The carrier of the shipment.static ShipmentCarrierReturns 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 ShipmentCarrierMethods in software.amazon.awssdk.services.outposts.model with parameters of type ShipmentCarrierModifier and TypeMethodDescriptionShipmentInformation.Builder.shipmentCarrier(ShipmentCarrier shipmentCarrier) The carrier of the shipment.