Uses of Class
com.oracle.bmc.apmcontrolplane.requests.UpdateApmDomainRequest
-
Packages that use UpdateApmDomainRequest Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.requests -
-
Uses of UpdateApmDomainRequest in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type UpdateApmDomainRequest Modifier and Type Method Description UpdateApmDomainResponse
ApmDomain. updateApmDomain(UpdateApmDomainRequest request)
Updates the APM domain.Future<UpdateApmDomainResponse>
ApmDomainAsync. updateApmDomain(UpdateApmDomainRequest request, AsyncHandler<UpdateApmDomainRequest,UpdateApmDomainResponse> handler)
Updates the APM domain.Future<UpdateApmDomainResponse>
ApmDomainAsyncClient. updateApmDomain(UpdateApmDomainRequest request, AsyncHandler<UpdateApmDomainRequest,UpdateApmDomainResponse> handler)
UpdateApmDomainResponse
ApmDomainClient. updateApmDomain(UpdateApmDomainRequest request)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type UpdateApmDomainRequest 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 UpdateApmDomainRequest in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return UpdateApmDomainRequest Modifier and Type Method Description UpdateApmDomainRequest
UpdateApmDomainRequest.Builder. build()
Build the instance of UpdateApmDomainRequest as configured by this builderUpdateApmDomainRequest
UpdateApmDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateApmDomainRequest as configured by this builderMethods in com.oracle.bmc.apmcontrolplane.requests with parameters of type UpdateApmDomainRequest Modifier and Type Method Description UpdateApmDomainRequest.Builder
UpdateApmDomainRequest.Builder. copy(UpdateApmDomainRequest o)
Copy method to populate the builder with values from the given instance.
-