Uses of Class
com.amazonaws.services.importexport.model.GetShippingLabelRequest
Packages that use GetShippingLabelRequest
-
Uses of GetShippingLabelRequest in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport with parameters of type GetShippingLabelRequestModifier and TypeMethodDescriptionAbstractAmazonImportExport.getShippingLabel(GetShippingLabelRequest request) AmazonImportExport.getShippingLabel(GetShippingLabelRequest getShippingLabelRequest) This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.AmazonImportExportClient.getShippingLabel(GetShippingLabelRequest getShippingLabelRequest) This operation generates a pre-paid UPS shipping label that you will use to ship your device to AWS for processing.AbstractAmazonImportExportAsync.getShippingLabelAsync(GetShippingLabelRequest request) AbstractAmazonImportExportAsync.getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest, GetShippingLabelResult> asyncHandler) 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.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.AmazonImportExportAsyncClient.getShippingLabelAsync(GetShippingLabelRequest request) AmazonImportExportAsyncClient.getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest, GetShippingLabelResult> asyncHandler) Method parameters in com.amazonaws.services.importexport with type arguments of type GetShippingLabelRequestModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.getShippingLabelAsync(GetShippingLabelRequest request, AsyncHandler<GetShippingLabelRequest, GetShippingLabelResult> asyncHandler) 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.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 GetShippingLabelRequestModifier and TypeMethodDescriptionGetShippingLabelRequest.clone()GetShippingLabelRequest.withAPIVersion(String aPIVersion) GetShippingLabelRequest.withCompany(String company) GetShippingLabelRequest.withCountry(String country) GetShippingLabelRequest.withJobIds(String... jobIds) NOTE: This method appends the values to the existing list (if any).GetShippingLabelRequest.withJobIds(Collection<String> jobIds) GetShippingLabelRequest.withPhoneNumber(String phoneNumber) GetShippingLabelRequest.withPostalCode(String postalCode) GetShippingLabelRequest.withStateOrProvince(String stateOrProvince) GetShippingLabelRequest.withStreet1(String street1) GetShippingLabelRequest.withStreet2(String street2) GetShippingLabelRequest.withStreet3(String street3)