Uses of Class
com.oracle.bmc.dns.model.SteeringPolicyAttachment
-
Packages that use SteeringPolicyAttachment Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.responses -
-
Uses of SteeringPolicyAttachment in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return SteeringPolicyAttachment Modifier and Type Method Description SteeringPolicyAttachment
SteeringPolicyAttachment.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type SteeringPolicyAttachment Modifier and Type Method Description SteeringPolicyAttachment.Builder
SteeringPolicyAttachment.Builder. copy(SteeringPolicyAttachment model)
-
Uses of SteeringPolicyAttachment in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return SteeringPolicyAttachment Modifier and Type Method Description SteeringPolicyAttachment
CreateSteeringPolicyAttachmentResponse. getSteeringPolicyAttachment()
The returned SteeringPolicyAttachment instance.SteeringPolicyAttachment
GetSteeringPolicyAttachmentResponse. getSteeringPolicyAttachment()
The returned SteeringPolicyAttachment instance, or null ifGetSteeringPolicyAttachmentResponse.isNotModified()
is true.SteeringPolicyAttachment
UpdateSteeringPolicyAttachmentResponse. getSteeringPolicyAttachment()
The returned SteeringPolicyAttachment instance.Methods in com.oracle.bmc.dns.responses with parameters of type SteeringPolicyAttachment Modifier and Type Method Description CreateSteeringPolicyAttachmentResponse.Builder
CreateSteeringPolicyAttachmentResponse.Builder. steeringPolicyAttachment(SteeringPolicyAttachment steeringPolicyAttachment)
The returned SteeringPolicyAttachment instance.GetSteeringPolicyAttachmentResponse.Builder
GetSteeringPolicyAttachmentResponse.Builder. steeringPolicyAttachment(SteeringPolicyAttachment steeringPolicyAttachment)
The returned SteeringPolicyAttachment instance, or null ifGetSteeringPolicyAttachmentResponse.isNotModified()
is true.UpdateSteeringPolicyAttachmentResponse.Builder
UpdateSteeringPolicyAttachmentResponse.Builder. steeringPolicyAttachment(SteeringPolicyAttachment steeringPolicyAttachment)
The returned SteeringPolicyAttachment instance.
-