| Package | Description |
|---|---|
| com.amazonaws.services.snowball |
AWS Snow Family is a petabyte-scale data transport solution that uses secure devices to transfer large amounts of
data between your on-premises data centers and Amazon Simple Storage Service (Amazon S3).
|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateJobShipmentStateResult> |
AbstractAmazonSnowballAsync.updateJobShipmentStateAsync(UpdateJobShipmentStateRequest request,
AsyncHandler<UpdateJobShipmentStateRequest,UpdateJobShipmentStateResult> asyncHandler) |
Future<UpdateJobShipmentStateResult> |
AmazonSnowballAsyncClient.updateJobShipmentStateAsync(UpdateJobShipmentStateRequest request,
AsyncHandler<UpdateJobShipmentStateRequest,UpdateJobShipmentStateResult> asyncHandler) |
Future<UpdateJobShipmentStateResult> |
AmazonSnowballAsync.updateJobShipmentStateAsync(UpdateJobShipmentStateRequest updateJobShipmentStateRequest,
AsyncHandler<UpdateJobShipmentStateRequest,UpdateJobShipmentStateResult> asyncHandler)
Updates the state when a the shipment states changes to a different state.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateJobShipmentStateRequest |
UpdateJobShipmentStateRequest.clone() |
UpdateJobShipmentStateRequest |
UpdateJobShipmentStateRequest.withJobId(String jobId)
The job ID of the job whose shipment date you want to update, for example
JID123e4567-e89b-12d3-a456-426655440000. |
UpdateJobShipmentStateRequest |
UpdateJobShipmentStateRequest.withShipmentState(ShipmentState shipmentState)
The state of a device when it is being shipped.
|
UpdateJobShipmentStateRequest |
UpdateJobShipmentStateRequest.withShipmentState(String shipmentState)
The state of a device when it is being shipped.
|
Copyright © 2021. All rights reserved.