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