| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
Shipment |
Shipment.clone() |
Shipment |
ShippingDetails.getInboundShipment()
The
Status and TrackingNumber values for a Snowball being returned to AWS for a
particular job. |
Shipment |
ShippingDetails.getOutboundShipment()
The
Status and TrackingNumber values for a Snowball being delivered to the address that
you specified for a particular job. |
Shipment |
Shipment.withStatus(String status)
Status information for a shipment.
|
Shipment |
Shipment.withTrackingNumber(String trackingNumber)
The tracking number for this job.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ShippingDetails.setInboundShipment(Shipment inboundShipment)
The
Status and TrackingNumber values for a Snowball being returned to AWS for a
particular job. |
void |
ShippingDetails.setOutboundShipment(Shipment outboundShipment)
The
Status and TrackingNumber values for a Snowball being delivered to the address that
you specified for a particular job. |
ShippingDetails |
ShippingDetails.withInboundShipment(Shipment inboundShipment)
The
Status and TrackingNumber values for a Snowball being returned to AWS for a
particular job. |
ShippingDetails |
ShippingDetails.withOutboundShipment(Shipment outboundShipment)
The
Status and TrackingNumber values for a Snowball being delivered to the address that
you specified for a particular job. |
Copyright © 2020. All rights reserved.