Uses of Class
com.oracle.bmc.wlms.requests.ChangeWlsDomainCompartmentRequest
-
Packages that use ChangeWlsDomainCompartmentRequest Package Description com.oracle.bmc.wlms com.oracle.bmc.wlms.requests -
-
Uses of ChangeWlsDomainCompartmentRequest in com.oracle.bmc.wlms
Method parameters in com.oracle.bmc.wlms with type arguments of type ChangeWlsDomainCompartmentRequest Modifier and Type Method Description Future<ChangeWlsDomainCompartmentResponse>
WeblogicManagementServiceAsync. changeWlsDomainCompartment(ChangeWlsDomainCompartmentRequest request, AsyncHandler<ChangeWlsDomainCompartmentRequest,ChangeWlsDomainCompartmentResponse> handler)
Moves a WebLogic domain into a different compartment within the same tenancy.Future<ChangeWlsDomainCompartmentResponse>
WeblogicManagementServiceAsyncClient. changeWlsDomainCompartment(ChangeWlsDomainCompartmentRequest request, AsyncHandler<ChangeWlsDomainCompartmentRequest,ChangeWlsDomainCompartmentResponse> handler)
-
Uses of ChangeWlsDomainCompartmentRequest in com.oracle.bmc.wlms.requests
Methods in com.oracle.bmc.wlms.requests that return ChangeWlsDomainCompartmentRequest Modifier and Type Method Description ChangeWlsDomainCompartmentRequest
ChangeWlsDomainCompartmentRequest.Builder. build()
Build the instance of ChangeWlsDomainCompartmentRequest as configured by this builderChangeWlsDomainCompartmentRequest
ChangeWlsDomainCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeWlsDomainCompartmentRequest as configured by this builderMethods in com.oracle.bmc.wlms.requests with parameters of type ChangeWlsDomainCompartmentRequest Modifier and Type Method Description ChangeWlsDomainCompartmentRequest.Builder
ChangeWlsDomainCompartmentRequest.Builder. copy(ChangeWlsDomainCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-