Uses of Class
software.amazon.awssdk.services.snowball.model.PickupDetails
-
Packages that use PickupDetails Package Description software.amazon.awssdk.services.snowball.model -
-
Uses of PickupDetails in software.amazon.awssdk.services.snowball.model
Methods in software.amazon.awssdk.services.snowball.model that return PickupDetails Modifier and Type Method Description PickupDetailsCreateJobRequest. pickupDetails()Information identifying the person picking up the device.PickupDetailsJobMetadata. pickupDetails()Information identifying the person picking up the device.PickupDetailsUpdateJobRequest. pickupDetails()Returns the value of the PickupDetails property for this object.Methods in software.amazon.awssdk.services.snowball.model with parameters of type PickupDetails Modifier and Type Method Description CreateJobRequest.BuilderCreateJobRequest.Builder. pickupDetails(PickupDetails pickupDetails)Information identifying the person picking up the device.JobMetadata.BuilderJobMetadata.Builder. pickupDetails(PickupDetails pickupDetails)Information identifying the person picking up the device.UpdateJobRequest.BuilderUpdateJobRequest.Builder. pickupDetails(PickupDetails pickupDetails)Sets the value of the PickupDetails property for this object.
-