Interface Shipments
- All Known Implementing Classes:
ShipmentsImpl
public interface Shipments
Client interface for managing shipment requests in the Equinix Customer Portal.
Provides operations to list, retrieve, and create inbound and outbound shipment
requests for equipment deliveries to IBX data centers.
-
Method Details
-
list
PaginatedList<Shipment> list()Lists all shipments for the current account.- Returns:
- a paginated list of shipments
-
getByUuid
-
define
ShipmentOperator.ShipmentBuilder define()Returns a builder for defining a new shipment request.- Returns:
- a new ShipmentBuilder instance
-