Uses of Class
com.oracle.bmc.apmcontrolplane.requests.ChangeApmDomainCompartmentRequest
-
Packages that use ChangeApmDomainCompartmentRequest Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.requests -
-
Uses of ChangeApmDomainCompartmentRequest in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type ChangeApmDomainCompartmentRequest Modifier and Type Method Description ChangeApmDomainCompartmentResponse
ApmDomain. changeApmDomainCompartment(ChangeApmDomainCompartmentRequest request)
Moves an APM domain into a different compartment.Future<ChangeApmDomainCompartmentResponse>
ApmDomainAsync. changeApmDomainCompartment(ChangeApmDomainCompartmentRequest request, AsyncHandler<ChangeApmDomainCompartmentRequest,ChangeApmDomainCompartmentResponse> handler)
Moves an APM domain into a different compartment.Future<ChangeApmDomainCompartmentResponse>
ApmDomainAsyncClient. changeApmDomainCompartment(ChangeApmDomainCompartmentRequest request, AsyncHandler<ChangeApmDomainCompartmentRequest,ChangeApmDomainCompartmentResponse> handler)
ChangeApmDomainCompartmentResponse
ApmDomainClient. changeApmDomainCompartment(ChangeApmDomainCompartmentRequest request)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type ChangeApmDomainCompartmentRequest Modifier and Type Method Description Future<ChangeApmDomainCompartmentResponse>
ApmDomainAsync. changeApmDomainCompartment(ChangeApmDomainCompartmentRequest request, AsyncHandler<ChangeApmDomainCompartmentRequest,ChangeApmDomainCompartmentResponse> handler)
Moves an APM domain into a different compartment.Future<ChangeApmDomainCompartmentResponse>
ApmDomainAsyncClient. changeApmDomainCompartment(ChangeApmDomainCompartmentRequest request, AsyncHandler<ChangeApmDomainCompartmentRequest,ChangeApmDomainCompartmentResponse> handler)
-
Uses of ChangeApmDomainCompartmentRequest in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return ChangeApmDomainCompartmentRequest Modifier and Type Method Description ChangeApmDomainCompartmentRequest
ChangeApmDomainCompartmentRequest.Builder. build()
Build the instance of ChangeApmDomainCompartmentRequest as configured by this builderChangeApmDomainCompartmentRequest
ChangeApmDomainCompartmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ChangeApmDomainCompartmentRequest as configured by this builderMethods in com.oracle.bmc.apmcontrolplane.requests with parameters of type ChangeApmDomainCompartmentRequest Modifier and Type Method Description ChangeApmDomainCompartmentRequest.Builder
ChangeApmDomainCompartmentRequest.Builder. copy(ChangeApmDomainCompartmentRequest o)
Copy method to populate the builder with values from the given instance.
-