Uses of Class
com.oracle.bmc.dts.requests.ListShippingVendorsRequest
-
Packages that use ListShippingVendorsRequest Package Description com.oracle.bmc.dts com.oracle.bmc.dts.requests -
-
Uses of ListShippingVendorsRequest in com.oracle.bmc.dts
Methods in com.oracle.bmc.dts with parameters of type ListShippingVendorsRequest Modifier and Type Method Description ListShippingVendorsResponse
ShippingVendors. listShippingVendors(ListShippingVendorsRequest request)
Lists available shipping vendors for Transfer Package deliveryFuture<ListShippingVendorsResponse>
ShippingVendorsAsync. listShippingVendors(ListShippingVendorsRequest request, AsyncHandler<ListShippingVendorsRequest,ListShippingVendorsResponse> handler)
Lists available shipping vendors for Transfer Package deliveryFuture<ListShippingVendorsResponse>
ShippingVendorsAsyncClient. listShippingVendors(ListShippingVendorsRequest request, AsyncHandler<ListShippingVendorsRequest,ListShippingVendorsResponse> handler)
ListShippingVendorsResponse
ShippingVendorsClient. listShippingVendors(ListShippingVendorsRequest request)
Method parameters in com.oracle.bmc.dts with type arguments of type ListShippingVendorsRequest Modifier and Type Method Description Future<ListShippingVendorsResponse>
ShippingVendorsAsync. listShippingVendors(ListShippingVendorsRequest request, AsyncHandler<ListShippingVendorsRequest,ListShippingVendorsResponse> handler)
Lists available shipping vendors for Transfer Package deliveryFuture<ListShippingVendorsResponse>
ShippingVendorsAsyncClient. listShippingVendors(ListShippingVendorsRequest request, AsyncHandler<ListShippingVendorsRequest,ListShippingVendorsResponse> handler)
-
Uses of ListShippingVendorsRequest in com.oracle.bmc.dts.requests
Methods in com.oracle.bmc.dts.requests that return ListShippingVendorsRequest Modifier and Type Method Description ListShippingVendorsRequest
ListShippingVendorsRequest.Builder. build()
Build the instance of ListShippingVendorsRequest as configured by this builderListShippingVendorsRequest
ListShippingVendorsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListShippingVendorsRequest as configured by this builderMethods in com.oracle.bmc.dts.requests with parameters of type ListShippingVendorsRequest Modifier and Type Method Description ListShippingVendorsRequest.Builder
ListShippingVendorsRequest.Builder. copy(ListShippingVendorsRequest o)
Copy method to populate the builder with values from the given instance.
-