Uses of Class
com.oracle.bmc.servicecatalog.responses.UpdatePrivateApplicationResponse
-
Packages that use UpdatePrivateApplicationResponse Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.responses -
-
Uses of UpdatePrivateApplicationResponse in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog that return UpdatePrivateApplicationResponse Modifier and Type Method Description UpdatePrivateApplicationResponseServiceCatalog. updatePrivateApplication(UpdatePrivateApplicationRequest request)Updates the details of an existing private application.UpdatePrivateApplicationResponseServiceCatalogClient. updatePrivateApplication(UpdatePrivateApplicationRequest request)Methods in com.oracle.bmc.servicecatalog that return types with arguments of type UpdatePrivateApplicationResponse Modifier and Type Method Description Future<UpdatePrivateApplicationResponse>ServiceCatalogAsync. updatePrivateApplication(UpdatePrivateApplicationRequest request, AsyncHandler<UpdatePrivateApplicationRequest,UpdatePrivateApplicationResponse> handler)Updates the details of an existing private application.Future<UpdatePrivateApplicationResponse>ServiceCatalogAsyncClient. updatePrivateApplication(UpdatePrivateApplicationRequest request, AsyncHandler<UpdatePrivateApplicationRequest,UpdatePrivateApplicationResponse> handler)Method parameters in com.oracle.bmc.servicecatalog with type arguments of type UpdatePrivateApplicationResponse Modifier and Type Method Description Future<UpdatePrivateApplicationResponse>ServiceCatalogAsync. updatePrivateApplication(UpdatePrivateApplicationRequest request, AsyncHandler<UpdatePrivateApplicationRequest,UpdatePrivateApplicationResponse> handler)Updates the details of an existing private application.Future<UpdatePrivateApplicationResponse>ServiceCatalogAsyncClient. updatePrivateApplication(UpdatePrivateApplicationRequest request, AsyncHandler<UpdatePrivateApplicationRequest,UpdatePrivateApplicationResponse> handler) -
Uses of UpdatePrivateApplicationResponse in com.oracle.bmc.servicecatalog.responses
Methods in com.oracle.bmc.servicecatalog.responses that return UpdatePrivateApplicationResponse Modifier and Type Method Description UpdatePrivateApplicationResponseUpdatePrivateApplicationResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.servicecatalog.responses with parameters of type UpdatePrivateApplicationResponse Modifier and Type Method Description UpdatePrivateApplicationResponse.BuilderUpdatePrivateApplicationResponse.Builder. copy(UpdatePrivateApplicationResponse o)Copy method to populate the builder with values from the given instance.
-