Uses of Class
com.oracle.bmc.servicecatalog.responses.GetPrivateApplicationPackageResponse
-
Packages that use GetPrivateApplicationPackageResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of GetPrivateApplicationPackageResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return GetPrivateApplicationPackageResponse Modifier and Type Method Description GetPrivateApplicationPackageResponse
ServiceCatalog. getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request)
Gets the details of a specific package within a given private application.GetPrivateApplicationPackageResponse
ServiceCatalogClient. getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request)
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type GetPrivateApplicationPackageResponse Modifier and Type Method Description Future<GetPrivateApplicationPackageResponse>
ServiceCatalogAsync. getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request, AsyncHandler<GetPrivateApplicationPackageRequest,GetPrivateApplicationPackageResponse> handler)
Gets the details of a specific package within a given private application.Future<GetPrivateApplicationPackageResponse>
ServiceCatalogAsyncClient. getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request, AsyncHandler<GetPrivateApplicationPackageRequest,GetPrivateApplicationPackageResponse> handler)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type GetPrivateApplicationPackageResponse Modifier and Type Method Description Future<GetPrivateApplicationPackageResponse>
ServiceCatalogAsync. getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request, AsyncHandler<GetPrivateApplicationPackageRequest,GetPrivateApplicationPackageResponse> handler)
Gets the details of a specific package within a given private application.Future<GetPrivateApplicationPackageResponse>
ServiceCatalogAsyncClient. getPrivateApplicationPackage(GetPrivateApplicationPackageRequest request, AsyncHandler<GetPrivateApplicationPackageRequest,GetPrivateApplicationPackageResponse> handler)
-
Uses of GetPrivateApplicationPackageResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return GetPrivateApplicationPackageResponse Modifier and Type Method Description GetPrivateApplicationPackageResponse
GetPrivateApplicationPackageResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type GetPrivateApplicationPackageResponse Modifier and Type Method Description GetPrivateApplicationPackageResponse.Builder
GetPrivateApplicationPackageResponse.Builder. copy(GetPrivateApplicationPackageResponse o)
Copy method to populate the builder with values from the given instance.
-