| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
PickupDetails |
PickupDetails.clone() |
PickupDetails |
CreateJobRequest.getPickupDetails()
Information identifying the person picking up the device.
|
PickupDetails |
JobMetadata.getPickupDetails()
Information identifying the person picking up the device.
|
PickupDetails |
UpdateJobRequest.getPickupDetails() |
PickupDetails |
PickupDetails.withDevicePickupId(String devicePickupId)
The unique ID for a device that will be picked up.
|
PickupDetails |
PickupDetails.withEmail(String email)
The email address of the person picking up the device.
|
PickupDetails |
PickupDetails.withIdentificationExpirationDate(Date identificationExpirationDate)
Expiration date of the credential identifying the person picking up the device.
|
PickupDetails |
PickupDetails.withIdentificationIssuingOrg(String identificationIssuingOrg)
Organization that issued the credential identifying the person picking up the device.
|
PickupDetails |
PickupDetails.withIdentificationNumber(String identificationNumber)
The number on the credential identifying the person picking up the device.
|
PickupDetails |
PickupDetails.withName(String name)
The name of the person picking up the device.
|
PickupDetails |
PickupDetails.withPhoneNumber(String phoneNumber)
The phone number of the person picking up the device.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateJobRequest.setPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
void |
JobMetadata.setPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
void |
UpdateJobRequest.setPickupDetails(PickupDetails pickupDetails) |
CreateJobRequest |
CreateJobRequest.withPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
JobMetadata |
JobMetadata.withPickupDetails(PickupDetails pickupDetails)
Information identifying the person picking up the device.
|
UpdateJobRequest |
UpdateJobRequest.withPickupDetails(PickupDetails pickupDetails) |
Copyright © 2024. All rights reserved.