Uses of Class
com.oracle.bmc.servicecatalog.responses.CreatePrivateApplicationResponse
-
Packages that use CreatePrivateApplicationResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of CreatePrivateApplicationResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return CreatePrivateApplicationResponse Modifier and Type Method Description CreatePrivateApplicationResponse
ServiceCatalog. createPrivateApplication(CreatePrivateApplicationRequest request)
Creates a private application along with a single package to be hosted.CreatePrivateApplicationResponse
ServiceCatalogClient. createPrivateApplication(CreatePrivateApplicationRequest request)
Methods in com.oracle.bmc.servicecatalog that return types with arguments of type CreatePrivateApplicationResponse 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)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type CreatePrivateApplicationResponse 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 CreatePrivateApplicationResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return CreatePrivateApplicationResponse Modifier and Type Method Description CreatePrivateApplicationResponse
CreatePrivateApplicationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type CreatePrivateApplicationResponse Modifier and Type Method Description CreatePrivateApplicationResponse.Builder
CreatePrivateApplicationResponse.Builder. copy(CreatePrivateApplicationResponse o)
Copy method to populate the builder with values from the given instance.
-