Uses of Class
com.oracle.bmc.marketplace.responses.ListTaxesResponse
-
Packages that use ListTaxesResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of ListTaxesResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return ListTaxesResponse Modifier and Type Method Description ListTaxesResponse
Marketplace. listTaxes(ListTaxesRequest request)
Returns list of all tax implications that current tenant may be liable to once they launch the listing.ListTaxesResponse
MarketplaceClient. listTaxes(ListTaxesRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type ListTaxesResponse Modifier and Type Method Description Future<ListTaxesResponse>
MarketplaceAsync. listTaxes(ListTaxesRequest request, AsyncHandler<ListTaxesRequest,ListTaxesResponse> handler)
Returns list of all tax implications that current tenant may be liable to once they launch the listing.Future<ListTaxesResponse>
MarketplaceAsyncClient. listTaxes(ListTaxesRequest request, AsyncHandler<ListTaxesRequest,ListTaxesResponse> handler)
Method parameters in com.oracle.bmc.marketplace with type arguments of type ListTaxesResponse Modifier and Type Method Description Future<ListTaxesResponse>
MarketplaceAsync. listTaxes(ListTaxesRequest request, AsyncHandler<ListTaxesRequest,ListTaxesResponse> handler)
Returns list of all tax implications that current tenant may be liable to once they launch the listing.Future<ListTaxesResponse>
MarketplaceAsyncClient. listTaxes(ListTaxesRequest request, AsyncHandler<ListTaxesRequest,ListTaxesResponse> handler)
-
Uses of ListTaxesResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return ListTaxesResponse Modifier and Type Method Description ListTaxesResponse
ListTaxesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type ListTaxesResponse Modifier and Type Method Description ListTaxesResponse.Builder
ListTaxesResponse.Builder. copy(ListTaxesResponse o)
Copy method to populate the builder with values from the given instance.
-