Uses of Class
com.oracle.bmc.apmcontrolplane.requests.CreateApmDomainRequest
-
Packages that use CreateApmDomainRequest Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.requests -
-
Uses of CreateApmDomainRequest in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type CreateApmDomainRequest Modifier and Type Method Description CreateApmDomainResponse
ApmDomain. createApmDomain(CreateApmDomainRequest request)
Creates a new APM domain.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)
CreateApmDomainResponse
ApmDomainClient. createApmDomain(CreateApmDomainRequest request)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type CreateApmDomainRequest 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 CreateApmDomainRequest in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return CreateApmDomainRequest Modifier and Type Method Description CreateApmDomainRequest
CreateApmDomainRequest.Builder. build()
Build the instance of CreateApmDomainRequest as configured by this builderCreateApmDomainRequest
CreateApmDomainRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateApmDomainRequest as configured by this builderMethods in com.oracle.bmc.apmcontrolplane.requests with parameters of type CreateApmDomainRequest Modifier and Type Method Description CreateApmDomainRequest.Builder
CreateApmDomainRequest.Builder. copy(CreateApmDomainRequest o)
Copy method to populate the builder with values from the given instance.
-