Uses of Class
com.oracle.bmc.dns.requests.UpdateSteeringPolicyAttachmentRequest
-
Packages that use UpdateSteeringPolicyAttachmentRequest Package Description com.oracle.bmc.dns com.oracle.bmc.dns.requests -
-
Uses of UpdateSteeringPolicyAttachmentRequest in com.oracle.bmc.dns
Methods in com.oracle.bmc.dns that return types with arguments of type UpdateSteeringPolicyAttachmentRequest Modifier and Type Method Description Waiter<UpdateSteeringPolicyAttachmentRequest,UpdateSteeringPolicyAttachmentResponse>
DnsWaiters. forUpdateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request)
Creates a newWaiter
using the default configuration.Waiter<UpdateSteeringPolicyAttachmentRequest,UpdateSteeringPolicyAttachmentResponse>
DnsWaiters. forUpdateSteeringPolicyAttachment(UpdateSteeringPolicyAttachmentRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.dns with type arguments of type UpdateSteeringPolicyAttachmentRequest 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 UpdateSteeringPolicyAttachmentRequest in com.oracle.bmc.dns.requests
Methods in com.oracle.bmc.dns.requests that return UpdateSteeringPolicyAttachmentRequest Modifier and Type Method Description UpdateSteeringPolicyAttachmentRequest
UpdateSteeringPolicyAttachmentRequest.Builder. build()
Build the instance of UpdateSteeringPolicyAttachmentRequest as configured by this builderUpdateSteeringPolicyAttachmentRequest
UpdateSteeringPolicyAttachmentRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSteeringPolicyAttachmentRequest as configured by this builderMethods in com.oracle.bmc.dns.requests with parameters of type UpdateSteeringPolicyAttachmentRequest Modifier and Type Method Description UpdateSteeringPolicyAttachmentRequest.Builder
UpdateSteeringPolicyAttachmentRequest.Builder. copy(UpdateSteeringPolicyAttachmentRequest o)
Copy method to populate the builder with values from the given instance.
-