Uses of Class
com.oracle.bmc.wlms.responses.InstallLatestPatchesOnWlsDomainResponse
-
Packages that use InstallLatestPatchesOnWlsDomainResponse Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.responses -
-
Uses of InstallLatestPatchesOnWlsDomainResponse in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms that return InstallLatestPatchesOnWlsDomainResponse Modifier and Type Method Description InstallLatestPatchesOnWlsDomainResponse
WeblogicManagementService. installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request)
Install the latest patches on a WebLogic domain.InstallLatestPatchesOnWlsDomainResponse
WeblogicManagementServiceClient. installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request)
Methods in com.oracle.bmc.wlms that return types with arguments of type InstallLatestPatchesOnWlsDomainResponse Modifier and Type Method Description Future<InstallLatestPatchesOnWlsDomainResponse>
WeblogicManagementServiceAsync. installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request, AsyncHandler<InstallLatestPatchesOnWlsDomainRequest,InstallLatestPatchesOnWlsDomainResponse> handler)
Install the latest patches on a WebLogic domain.Future<InstallLatestPatchesOnWlsDomainResponse>
WeblogicManagementServiceAsyncClient. installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request, AsyncHandler<InstallLatestPatchesOnWlsDomainRequest,InstallLatestPatchesOnWlsDomainResponse> handler)
Method parameters in com.oracle.bmc.wlms with type arguments of type InstallLatestPatchesOnWlsDomainResponse Modifier and Type Method Description Future<InstallLatestPatchesOnWlsDomainResponse>
WeblogicManagementServiceAsync. installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request, AsyncHandler<InstallLatestPatchesOnWlsDomainRequest,InstallLatestPatchesOnWlsDomainResponse> handler)
Install the latest patches on a WebLogic domain.Future<InstallLatestPatchesOnWlsDomainResponse>
WeblogicManagementServiceAsyncClient. installLatestPatchesOnWlsDomain(InstallLatestPatchesOnWlsDomainRequest request, AsyncHandler<InstallLatestPatchesOnWlsDomainRequest,InstallLatestPatchesOnWlsDomainResponse> handler)
-
Uses of InstallLatestPatchesOnWlsDomainResponse in com.oracle.bmc.wlms.responses
Methods in com.oracle.bmc.wlms.responses that return InstallLatestPatchesOnWlsDomainResponse Modifier and Type Method Description InstallLatestPatchesOnWlsDomainResponse
InstallLatestPatchesOnWlsDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.wlms.responses with parameters of type InstallLatestPatchesOnWlsDomainResponse Modifier and Type Method Description InstallLatestPatchesOnWlsDomainResponse.Builder
InstallLatestPatchesOnWlsDomainResponse.Builder. copy(InstallLatestPatchesOnWlsDomainResponse o)
Copy method to populate the builder with values from the given instance.
-