Uses of Class
com.amazonaws.services.importexport.model.GetShippingLabelResult
-
Packages that use GetShippingLabelResult Package Description com.amazonaws.services.importexport com.amazonaws.services.importexport.model -
-
Uses of GetShippingLabelResult in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport that return GetShippingLabelResult Modifier and Type Method Description GetShippingLabelResult
AbstractAmazonImportExport. getShippingLabel(GetShippingLabelRequest request)
GetShippingLabelResult
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.GetShippingLabelResult
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.Methods in com.amazonaws.services.importexport that return types with arguments of type GetShippingLabelResult Modifier and Type Method Description 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 GetShippingLabelResult 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 GetShippingLabelResult in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return GetShippingLabelResult Modifier and Type Method Description GetShippingLabelResult
GetShippingLabelResult. clone()
GetShippingLabelResult
GetShippingLabelResult. withShippingLabelURL(String shippingLabelURL)
GetShippingLabelResult
GetShippingLabelResult. withWarning(String warning)
-