Uses of Class
com.oracle.bmc.wlms.requests.RestartWlsDomainRequest
-
Packages that use RestartWlsDomainRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of RestartWlsDomainRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type RestartWlsDomainRequest Modifier and Type Method Description RestartWlsDomainResponse
WeblogicManagementService. restartWlsDomain(RestartWlsDomainRequest request)
Restarts all the servers in the WebLogic domains.Future<RestartWlsDomainResponse>
WeblogicManagementServiceAsync. restartWlsDomain(RestartWlsDomainRequest request, AsyncHandler<RestartWlsDomainRequest,RestartWlsDomainResponse> handler)
Restarts all the servers in the WebLogic domains.Future<RestartWlsDomainResponse>
WeblogicManagementServiceAsyncClient. restartWlsDomain(RestartWlsDomainRequest request, AsyncHandler<RestartWlsDomainRequest,RestartWlsDomainResponse> handler)
RestartWlsDomainResponse
WeblogicManagementServiceClient. restartWlsDomain(RestartWlsDomainRequest request)
Method parameters in com.oracle.bmc.wlms with type arguments of type RestartWlsDomainRequest Modifier and Type Method Description Future<RestartWlsDomainResponse>
WeblogicManagementServiceAsync. restartWlsDomain(RestartWlsDomainRequest request, AsyncHandler<RestartWlsDomainRequest,RestartWlsDomainResponse> handler)
Restarts all the servers in the WebLogic domains.Future<RestartWlsDomainResponse>
WeblogicManagementServiceAsyncClient. restartWlsDomain(RestartWlsDomainRequest request, AsyncHandler<RestartWlsDomainRequest,RestartWlsDomainResponse> handler)
-
Uses of RestartWlsDomainRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return RestartWlsDomainRequest Modifier and Type Method Description RestartWlsDomainRequest
RestartWlsDomainRequest.Builder. build()
Build the instance of RestartWlsDomainRequest as configured by this builderRestartWlsDomainRequest
RestartWlsDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestartWlsDomainRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type RestartWlsDomainRequest Modifier and Type Method Description RestartWlsDomainRequest.Builder
RestartWlsDomainRequest.Builder. copy(RestartWlsDomainRequest o)
Copy method to populate the builder with values from the given instance.
-