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