Uses of Class
com.oracle.bmc.servicecatalog.requests.CreatePrivateApplicationRequest
-
Packages that use CreatePrivateApplicationRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of CreatePrivateApplicationRequest in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog with parameters of type CreatePrivateApplicationRequest Modifier and Type Method Description CreatePrivateApplicationResponse
ServiceCatalog. createPrivateApplication(CreatePrivateApplicationRequest request)
Creates a private application along with a single package to be hosted.Future<CreatePrivateApplicationResponse>
ServiceCatalogAsync. createPrivateApplication(CreatePrivateApplicationRequest request, AsyncHandler<CreatePrivateApplicationRequest,CreatePrivateApplicationResponse> handler)
Creates a private application along with a single package to be hosted.Future<CreatePrivateApplicationResponse>
ServiceCatalogAsyncClient. createPrivateApplication(CreatePrivateApplicationRequest request, AsyncHandler<CreatePrivateApplicationRequest,CreatePrivateApplicationResponse> handler)
CreatePrivateApplicationResponse
ServiceCatalogClient. createPrivateApplication(CreatePrivateApplicationRequest request)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type CreatePrivateApplicationRequest Modifier and Type Method Description Future<CreatePrivateApplicationResponse>
ServiceCatalogAsync. createPrivateApplication(CreatePrivateApplicationRequest request, AsyncHandler<CreatePrivateApplicationRequest,CreatePrivateApplicationResponse> handler)
Creates a private application along with a single package to be hosted.Future<CreatePrivateApplicationResponse>
ServiceCatalogAsyncClient. createPrivateApplication(CreatePrivateApplicationRequest request, AsyncHandler<CreatePrivateApplicationRequest,CreatePrivateApplicationResponse> handler)
-
Uses of CreatePrivateApplicationRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return CreatePrivateApplicationRequest Modifier and Type Method Description CreatePrivateApplicationRequest
CreatePrivateApplicationRequest.Builder. build()
Build the instance of CreatePrivateApplicationRequest as configured by this builderCreatePrivateApplicationRequest
CreatePrivateApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivateApplicationRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type CreatePrivateApplicationRequest Modifier and Type Method Description CreatePrivateApplicationRequest.Builder
CreatePrivateApplicationRequest.Builder. copy(CreatePrivateApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-