Uses of Class
com.oracle.bmc.servicecatalog.requests.UpdatePrivateApplicationRequest
-
Packages that use UpdatePrivateApplicationRequest Package Description com.oracle.bmc.servicecatalog com.oracle.bmc.servicecatalog.requests -
-
Uses of UpdatePrivateApplicationRequest in com.oracle.bmc.servicecatalog
Methods in com.oracle.bmc.servicecatalog with parameters of type UpdatePrivateApplicationRequest Modifier and Type Method Description UpdatePrivateApplicationResponse
ServiceCatalog. updatePrivateApplication(UpdatePrivateApplicationRequest request)
Updates the details of an existing private application.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)
UpdatePrivateApplicationResponse
ServiceCatalogClient. updatePrivateApplication(UpdatePrivateApplicationRequest request)
Method parameters in com.oracle.bmc.servicecatalog with type arguments of type UpdatePrivateApplicationRequest 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 UpdatePrivateApplicationRequest in com.oracle.bmc.servicecatalog.requests
Methods in com.oracle.bmc.servicecatalog.requests that return UpdatePrivateApplicationRequest Modifier and Type Method Description UpdatePrivateApplicationRequest
UpdatePrivateApplicationRequest.Builder. build()
Build the instance of UpdatePrivateApplicationRequest as configured by this builderUpdatePrivateApplicationRequest
UpdatePrivateApplicationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdatePrivateApplicationRequest as configured by this builderMethods in com.oracle.bmc.servicecatalog.requests with parameters of type UpdatePrivateApplicationRequest Modifier and Type Method Description UpdatePrivateApplicationRequest.Builder
UpdatePrivateApplicationRequest.Builder. copy(UpdatePrivateApplicationRequest o)
Copy method to populate the builder with values from the given instance.
-