Uses of Class
com.oracle.bmc.servicecatalog.requests.GetPrivateApplicationPackageRequest
-
Packages that use GetPrivateApplicationPackageRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of GetPrivateApplicationPackageRequest in com.oracle.bmc.servicecatalog
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type GetPrivateApplicationPackageRequest 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 GetPrivateApplicationPackageRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return GetPrivateApplicationPackageRequest Modifier and Type Method Description GetPrivateApplicationPackageRequest
GetPrivateApplicationPackageRequest.Builder. build()
Build the instance of GetPrivateApplicationPackageRequest as configured by this builderGetPrivateApplicationPackageRequest
GetPrivateApplicationPackageRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPrivateApplicationPackageRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type GetPrivateApplicationPackageRequest Modifier and Type Method Description GetPrivateApplicationPackageRequest.Builder
GetPrivateApplicationPackageRequest.Builder. copy(GetPrivateApplicationPackageRequest o)
Copy method to populate the builder with values from the given instance.
-