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