Uses of Class
com.oracle.bmc.wlms.requests.RestoreWlsDomainRequest
-
Packages that use RestoreWlsDomainRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of RestoreWlsDomainRequest in com.oracle.bmc.wlms
Methods in com.oracle.bmc.wlms with parameters of type RestoreWlsDomainRequest Modifier and Type Method Description RestoreWlsDomainResponse
WeblogicManagementService. restoreWlsDomain(RestoreWlsDomainRequest request)
Restore a domain from backup.Future<RestoreWlsDomainResponse>
WeblogicManagementServiceAsync. restoreWlsDomain(RestoreWlsDomainRequest request, AsyncHandler<RestoreWlsDomainRequest,RestoreWlsDomainResponse> handler)
Restore a domain from backup.Future<RestoreWlsDomainResponse>
WeblogicManagementServiceAsyncClient. restoreWlsDomain(RestoreWlsDomainRequest request, AsyncHandler<RestoreWlsDomainRequest,RestoreWlsDomainResponse> handler)
RestoreWlsDomainResponse
WeblogicManagementServiceClient. restoreWlsDomain(RestoreWlsDomainRequest request)
Method parameters in com.oracle.bmc.wlms with type arguments of type RestoreWlsDomainRequest Modifier and Type Method Description Future<RestoreWlsDomainResponse>
WeblogicManagementServiceAsync. restoreWlsDomain(RestoreWlsDomainRequest request, AsyncHandler<RestoreWlsDomainRequest,RestoreWlsDomainResponse> handler)
Restore a domain from backup.Future<RestoreWlsDomainResponse>
WeblogicManagementServiceAsyncClient. restoreWlsDomain(RestoreWlsDomainRequest request, AsyncHandler<RestoreWlsDomainRequest,RestoreWlsDomainResponse> handler)
-
Uses of RestoreWlsDomainRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return RestoreWlsDomainRequest Modifier and Type Method Description RestoreWlsDomainRequest
RestoreWlsDomainRequest.Builder. build()
Build the instance of RestoreWlsDomainRequest as configured by this builderRestoreWlsDomainRequest
RestoreWlsDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RestoreWlsDomainRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type RestoreWlsDomainRequest Modifier and Type Method Description RestoreWlsDomainRequest.Builder
RestoreWlsDomainRequest.Builder. copy(RestoreWlsDomainRequest o)
Copy method to populate the builder with values from the given instance.
-