Uses of Class
software.amazon.awssdk.services.snowball.model.ShippingLabelStatus
-
Packages that use ShippingLabelStatus Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of ShippingLabelStatus in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return ShippingLabelStatus Modifier and Type Method Description static ShippingLabelStatusShippingLabelStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ShippingLabelStatusCreateReturnShippingLabelResponse. status()The status information of the task on a Snow device that is being returned to Amazon Web Services.ShippingLabelStatusDescribeReturnShippingLabelResponse. status()The status information of the task on a Snow device that is being returned to Amazon Web Services.static ShippingLabelStatusShippingLabelStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ShippingLabelStatus[]ShippingLabelStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.snowball.model that return types with arguments of type ShippingLabelStatus Modifier and Type Method Description static Set<ShippingLabelStatus>ShippingLabelStatus. knownValues()Methods in software.amazon.awssdk.services.snowball.model with parameters of type ShippingLabelStatus Modifier and Type Method Description CreateReturnShippingLabelResponse.BuilderCreateReturnShippingLabelResponse.Builder. status(ShippingLabelStatus status)The status information of the task on a Snow device that is being returned to Amazon Web Services.DescribeReturnShippingLabelResponse.BuilderDescribeReturnShippingLabelResponse.Builder. status(ShippingLabelStatus status)The status information of the task on a Snow device that is being returned to Amazon Web Services.
-