Uses of Class
com.oracle.bmc.apmcontrolplane.model.UpdateApmDomainDetails
-
Packages that use UpdateApmDomainDetails Package Description com.oracle.bmc.apmcontrolplane.model com.oracle.bmc.apmcontrolplane.requests -
-
Uses of UpdateApmDomainDetails in com.oracle.bmc.apmcontrolplane.model
Methods in com.oracle.bmc.apmcontrolplane.model that return UpdateApmDomainDetails Modifier and Type Method Description UpdateApmDomainDetails
UpdateApmDomainDetails.Builder. build()
Methods in com.oracle.bmc.apmcontrolplane.model with parameters of type UpdateApmDomainDetails Modifier and Type Method Description UpdateApmDomainDetails.Builder
UpdateApmDomainDetails.Builder. copy(UpdateApmDomainDetails model)
-
Uses of UpdateApmDomainDetails in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return UpdateApmDomainDetails Modifier and Type Method Description UpdateApmDomainDetails
UpdateApmDomainRequest. getBody$()
Alternative accessor for the body parameter.UpdateApmDomainDetails
UpdateApmDomainRequest. getUpdateApmDomainDetails()
The information to be updated for the APM domain.Methods in com.oracle.bmc.apmcontrolplane.requests with parameters of type UpdateApmDomainDetails Modifier and Type Method Description UpdateApmDomainRequest.Builder
UpdateApmDomainRequest.Builder. body$(UpdateApmDomainDetails body)
Alternative setter for the body parameter.UpdateApmDomainRequest.Builder
UpdateApmDomainRequest.Builder. updateApmDomainDetails(UpdateApmDomainDetails updateApmDomainDetails)
The information to be updated for the APM domain.
-