Uses of Class
com.oracle.bmc.apmcontrolplane.model.CreateApmDomainDetails
-
Packages that use CreateApmDomainDetails Package Description com.oracle.bmc.apmcontrolplane.model com.oracle.bmc.apmcontrolplane.requests -
-
Uses of CreateApmDomainDetails in com.oracle.bmc.apmcontrolplane.model
Methods in com.oracle.bmc.apmcontrolplane.model that return CreateApmDomainDetails Modifier and Type Method Description CreateApmDomainDetails
CreateApmDomainDetails.Builder. build()
Methods in com.oracle.bmc.apmcontrolplane.model with parameters of type CreateApmDomainDetails Modifier and Type Method Description CreateApmDomainDetails.Builder
CreateApmDomainDetails.Builder. copy(CreateApmDomainDetails model)
-
Uses of CreateApmDomainDetails in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return CreateApmDomainDetails Modifier and Type Method Description CreateApmDomainDetails
CreateApmDomainRequest. getBody$()
Alternative accessor for the body parameter.CreateApmDomainDetails
CreateApmDomainRequest. getCreateApmDomainDetails()
Details for the new APM domain.Methods in com.oracle.bmc.apmcontrolplane.requests with parameters of type CreateApmDomainDetails Modifier and Type Method Description CreateApmDomainRequest.Builder
CreateApmDomainRequest.Builder. body$(CreateApmDomainDetails body)
Alternative setter for the body parameter.CreateApmDomainRequest.Builder
CreateApmDomainRequest.Builder. createApmDomainDetails(CreateApmDomainDetails createApmDomainDetails)
Details for the new APM domain.
-