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