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