Uses of Class
com.oracle.bmc.marketplace.responses.GetPublicationResponse
-
Packages that use GetPublicationResponse Package Description com.oracle.bmc.marketplace com.oracle.bmc.marketplace.responses -
-
Uses of GetPublicationResponse in com.oracle.bmc.marketplace
Methods in com.oracle.bmc.marketplace that return GetPublicationResponse Modifier and Type Method Description GetPublicationResponse
Marketplace. getPublication(GetPublicationRequest request)
Gets the details of the specified publication.GetPublicationResponse
MarketplaceClient. getPublication(GetPublicationRequest request)
Method parameters in com.oracle.bmc.marketplace with type arguments of type GetPublicationResponse Modifier and Type Method Description Future<GetPublicationResponse>
MarketplaceAsync. getPublication(GetPublicationRequest request, AsyncHandler<GetPublicationRequest,GetPublicationResponse> handler)
Gets the details of the specified publication.Future<GetPublicationResponse>
MarketplaceAsyncClient. getPublication(GetPublicationRequest request, AsyncHandler<GetPublicationRequest,GetPublicationResponse> handler)
-
Uses of GetPublicationResponse in com.oracle.bmc.marketplace.responses
Methods in com.oracle.bmc.marketplace.responses that return GetPublicationResponse Modifier and Type Method Description GetPublicationResponse
GetPublicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.marketplace.responses with parameters of type GetPublicationResponse Modifier and Type Method Description GetPublicationResponse.Builder
GetPublicationResponse.Builder. copy(GetPublicationResponse o)
Copy method to populate the builder with values from the given instance.
-