Uses of Class
com.oracle.bmc.apmcontrolplane.responses.UpdateApmDomainResponse
-
Packages that use UpdateApmDomainResponse Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.responses -
-
Uses of UpdateApmDomainResponse in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane that return UpdateApmDomainResponse Modifier and Type Method Description UpdateApmDomainResponse
ApmDomain. updateApmDomain(UpdateApmDomainRequest request)
Updates the APM domain.UpdateApmDomainResponse
ApmDomainClient. updateApmDomain(UpdateApmDomainRequest request)
Methods in com.oracle.bmc.apmcontrolplane that return types with arguments of type UpdateApmDomainResponse Modifier and Type Method Description Future<UpdateApmDomainResponse>
ApmDomainAsync. updateApmDomain(UpdateApmDomainRequest request, AsyncHandler<UpdateApmDomainRequest,UpdateApmDomainResponse> handler)
Updates the APM domain.Future<UpdateApmDomainResponse>
ApmDomainAsyncClient. updateApmDomain(UpdateApmDomainRequest request, AsyncHandler<UpdateApmDomainRequest,UpdateApmDomainResponse> handler)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type UpdateApmDomainResponse Modifier and Type Method Description Future<UpdateApmDomainResponse>
ApmDomainAsync. updateApmDomain(UpdateApmDomainRequest request, AsyncHandler<UpdateApmDomainRequest,UpdateApmDomainResponse> handler)
Updates the APM domain.Future<UpdateApmDomainResponse>
ApmDomainAsyncClient. updateApmDomain(UpdateApmDomainRequest request, AsyncHandler<UpdateApmDomainRequest,UpdateApmDomainResponse> handler)
-
Uses of UpdateApmDomainResponse in com.oracle.bmc.apmcontrolplane.responses
Methods in com.oracle.bmc.apmcontrolplane.responses that return UpdateApmDomainResponse Modifier and Type Method Description UpdateApmDomainResponse
UpdateApmDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmcontrolplane.responses with parameters of type UpdateApmDomainResponse Modifier and Type Method Description UpdateApmDomainResponse.Builder
UpdateApmDomainResponse.Builder. copy(UpdateApmDomainResponse o)
Copy method to populate the builder with values from the given instance.
-