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