Uses of Class
com.amazonaws.services.importexport.model.GetShippingLabelRequest
-
Packages that use GetShippingLabelRequest Package Description com.amazonaws.services.importexport com.amazonaws.services.importexport.model -
-
Uses of GetShippingLabelRequest in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport with parameters of type GetShippingLabelRequest Modifier and Type Method Description GetShippingLabelResultAbstractAmazonImportExport. getShippingLabel(GetShippingLabelRequest request)GetShippingLabelResultAmazonImportExport. getShippingLabel(GetShippingLabelRequest getShippingLabelRequest)This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.GetShippingLabelResultAmazonImportExportClient. getShippingLabel(GetShippingLabelRequest getShippingLabelRequest)This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.Future<GetShippingLabelResult>AbstractAmazonImportExportAsync. getShippingLabelAsync(GetShippingLabelRequest request)Future<GetShippingLabelResult>AbstractAmazonImportExportAsync. getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)Future<GetShippingLabelResult>AmazonImportExportAsync. getShippingLabelAsync(GetShippingLabelRequest getShippingLabelRequest)This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.Future<GetShippingLabelResult>AmazonImportExportAsync. getShippingLabelAsync(GetShippingLabelRequest getShippingLabelRequest, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.Future<GetShippingLabelResult>AmazonImportExportAsyncClient. getShippingLabelAsync(GetShippingLabelRequest request)Future<GetShippingLabelResult>AmazonImportExportAsyncClient. getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)Method parameters in com.amazonaws.services.importexport with type arguments of type GetShippingLabelRequest Modifier and Type Method Description Future<GetShippingLabelResult>AbstractAmazonImportExportAsync. getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)Future<GetShippingLabelResult>AmazonImportExportAsync. getShippingLabelAsync(GetShippingLabelRequest getShippingLabelRequest, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler)This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.Future<GetShippingLabelResult>AmazonImportExportAsyncClient. getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest,GetShippingLabelResult> asyncHandler) -
Uses of GetShippingLabelRequest in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return GetShippingLabelRequest Modifier and Type Method Description GetShippingLabelRequestGetShippingLabelRequest. clone()GetShippingLabelRequestGetShippingLabelRequest. withAPIVersion(String aPIVersion)GetShippingLabelRequestGetShippingLabelRequest. withCity(String city)GetShippingLabelRequestGetShippingLabelRequest. withCompany(String company)GetShippingLabelRequestGetShippingLabelRequest. withCountry(String country)GetShippingLabelRequestGetShippingLabelRequest. withJobIds(String... jobIds)NOTE: This method appends the values to the existing list (if any).GetShippingLabelRequestGetShippingLabelRequest. withJobIds(Collection<String> jobIds)GetShippingLabelRequestGetShippingLabelRequest. withName(String name)GetShippingLabelRequestGetShippingLabelRequest. withPhoneNumber(String phoneNumber)GetShippingLabelRequestGetShippingLabelRequest. withPostalCode(String postalCode)GetShippingLabelRequestGetShippingLabelRequest. withStateOrProvince(String stateOrProvince)GetShippingLabelRequestGetShippingLabelRequest. withStreet1(String street1)GetShippingLabelRequestGetShippingLabelRequest. withStreet2(String street2)GetShippingLabelRequestGetShippingLabelRequest. withStreet3(String street3)
-