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