Uses of Class
com.oracle.bmc.dns.model.UpdateSteeringPolicyAttachmentDetails
-
Packages that use UpdateSteeringPolicyAttachmentDetails Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of UpdateSteeringPolicyAttachmentDetails in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return UpdateSteeringPolicyAttachmentDetails Modifier and Type Method Description UpdateSteeringPolicyAttachmentDetails
UpdateSteeringPolicyAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type UpdateSteeringPolicyAttachmentDetails Modifier and Type Method Description UpdateSteeringPolicyAttachmentDetails.Builder
UpdateSteeringPolicyAttachmentDetails.Builder. copy(UpdateSteeringPolicyAttachmentDetails model)
-
Uses of UpdateSteeringPolicyAttachmentDetails in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return UpdateSteeringPolicyAttachmentDetails Modifier and Type Method Description UpdateSteeringPolicyAttachmentDetails
UpdateSteeringPolicyAttachmentRequest. getBody$()
Alternative accessor for the body parameter.UpdateSteeringPolicyAttachmentDetails
UpdateSteeringPolicyAttachmentRequest. getUpdateSteeringPolicyAttachmentDetails()
New data for the steering policy attachment.Methods in com.oracle.bmc.dns.requests with parameters of type UpdateSteeringPolicyAttachmentDetails Modifier and Type Method Description UpdateSteeringPolicyAttachmentRequest.Builder
UpdateSteeringPolicyAttachmentRequest.Builder. body$(UpdateSteeringPolicyAttachmentDetails body)
Alternative setter for the body parameter.UpdateSteeringPolicyAttachmentRequest.Builder
UpdateSteeringPolicyAttachmentRequest.Builder. updateSteeringPolicyAttachmentDetails(UpdateSteeringPolicyAttachmentDetails updateSteeringPolicyAttachmentDetails)
New data for the steering policy attachment.
-