Uses of Class
com.oracle.bmc.dns.model.CreateSteeringPolicyAttachmentDetails
-
Packages that use CreateSteeringPolicyAttachmentDetails Package Description com.oracle.bmc.dns.model com.oracle.bmc.dns.requests -
-
Uses of CreateSteeringPolicyAttachmentDetails in com.oracle.bmc.dns.model
Methods in com.oracle.bmc.dns.model that return CreateSteeringPolicyAttachmentDetails Modifier and Type Method Description CreateSteeringPolicyAttachmentDetails
CreateSteeringPolicyAttachmentDetails.Builder. build()
Methods in com.oracle.bmc.dns.model with parameters of type CreateSteeringPolicyAttachmentDetails Modifier and Type Method Description CreateSteeringPolicyAttachmentDetails.Builder
CreateSteeringPolicyAttachmentDetails.Builder. copy(CreateSteeringPolicyAttachmentDetails model)
-
Uses of CreateSteeringPolicyAttachmentDetails in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return CreateSteeringPolicyAttachmentDetails Modifier and Type Method Description CreateSteeringPolicyAttachmentDetails
CreateSteeringPolicyAttachmentRequest. getBody$()
Alternative accessor for the body parameter.CreateSteeringPolicyAttachmentDetails
CreateSteeringPolicyAttachmentRequest. getCreateSteeringPolicyAttachmentDetails()
Details for creating a new steering policy attachment.Methods in com.oracle.bmc.dns.requests with parameters of type CreateSteeringPolicyAttachmentDetails Modifier and Type Method Description CreateSteeringPolicyAttachmentRequest.Builder
CreateSteeringPolicyAttachmentRequest.Builder. body$(CreateSteeringPolicyAttachmentDetails body)
Alternative setter for the body parameter.CreateSteeringPolicyAttachmentRequest.Builder
CreateSteeringPolicyAttachmentRequest.Builder. createSteeringPolicyAttachmentDetails(CreateSteeringPolicyAttachmentDetails createSteeringPolicyAttachmentDetails)
Details for creating a new steering policy attachment.
-