Uses of Class
com.oracle.bmc.marketplace.responses.GetListingResponse
-
Packages that use GetListingResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of GetListingResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return GetListingResponse Modifier and Type Method Description GetListingResponse
Marketplace. getListing(GetListingRequest request)
Gets detailed information about a listing, including the listing’s name, version, description, and resources.GetListingResponse
MarketplaceClient. getListing(GetListingRequest request)
Methods in com.oracle.bmc.marketplace that return types with arguments of type GetListingResponse Modifier and Type Method Description Future<GetListingResponse>
MarketplaceAsync. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Gets detailed information about a listing, including the listing’s name, version, description, and resources.Future<GetListingResponse>
MarketplaceAsyncClient. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Method parameters in com.oracle.bmc.marketplace with type arguments of type GetListingResponse Modifier and Type Method Description Future<GetListingResponse>
MarketplaceAsync. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
Gets detailed information about a listing, including the listing’s name, version, description, and resources.Future<GetListingResponse>
MarketplaceAsyncClient. getListing(GetListingRequest request, AsyncHandler<GetListingRequest,GetListingResponse> handler)
-
Uses of GetListingResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return GetListingResponse Modifier and Type Method Description GetListingResponse
GetListingResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type GetListingResponse Modifier and Type Method Description GetListingResponse.Builder
GetListingResponse.Builder. copy(GetListingResponse o)
Copy method to populate the builder with values from the given instance.
-