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