Uses of Class
com.oracle.bmc.dns.responses.UpdateSteeringPolicyAttachmentResponse
-
Packages that use UpdateSteeringPolicyAttachmentResponse Package Description com.oracle.bmc.dns com.oracle.bmc.dns.responses -
-
Uses of UpdateSteeringPolicyAttachmentResponse in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return UpdateSteeringPolicyAttachmentResponse Modifier and Type Method Description UpdateSteeringPolicyAttachmentResponse
Dns. updateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request)
Updates the specified steering policy attachment with your new information.UpdateSteeringPolicyAttachmentResponse
DnsClient. updateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request)
Method parameters in com.oracle.bmc.dns with type arguments of type UpdateSteeringPolicyAttachmentResponse Modifier and Type Method Description Future<UpdateSteeringPolicyAttachmentResponse>
DnsAsync. updateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request, AsyncHandler<UpdateSteeringPolicyAttachmentRequest,UpdateSteeringPolicyAttachmentResponse> handler)
Updates the specified steering policy attachment with your new information.Future<UpdateSteeringPolicyAttachmentResponse>
DnsAsyncClient. updateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request, AsyncHandler<UpdateSteeringPolicyAttachmentRequest,UpdateSteeringPolicyAttachmentResponse> handler)
-
Uses of UpdateSteeringPolicyAttachmentResponse in com.oracle.bmc.dns.responses
Methods in com.oracle.bmc.dns.responses that return UpdateSteeringPolicyAttachmentResponse Modifier and Type Method Description UpdateSteeringPolicyAttachmentResponse
UpdateSteeringPolicyAttachmentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.dns.responses with parameters of type UpdateSteeringPolicyAttachmentResponse Modifier and Type Method Description UpdateSteeringPolicyAttachmentResponse.Builder
UpdateSteeringPolicyAttachmentResponse.Builder. copy(UpdateSteeringPolicyAttachmentResponse o)
Copy method to populate the builder with values from the given instance.
-