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