Uses of Class
com.oracle.bmc.core.requests.DeleteByoipRangeRequest
-
Packages that use DeleteByoipRangeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteByoipRangeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type DeleteByoipRangeRequest Modifier and Type Method Description Waiter<DeleteByoipRangeRequest,DeleteByoipRangeResponse>
VirtualNetworkWaiters. forDeleteByoipRange(DeleteByoipRangeRequest request)
Creates a newWaiter
using the default configuration.Waiter<DeleteByoipRangeRequest,DeleteByoipRangeResponse>
VirtualNetworkWaiters. forDeleteByoipRange(DeleteByoipRangeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type DeleteByoipRangeRequest Modifier and Type Method Description Future<DeleteByoipRangeResponse>
VirtualNetworkAsync. deleteByoipRange(DeleteByoipRangeRequest request, AsyncHandler<DeleteByoipRangeRequest,DeleteByoipRangeResponse> handler)
Deletes the specifiedByoipRange
resource.Future<DeleteByoipRangeResponse>
VirtualNetworkAsyncClient. deleteByoipRange(DeleteByoipRangeRequest request, AsyncHandler<DeleteByoipRangeRequest,DeleteByoipRangeResponse> handler)
-
Uses of DeleteByoipRangeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteByoipRangeRequest Modifier and Type Method Description DeleteByoipRangeRequest
DeleteByoipRangeRequest.Builder. build()
Build the instance of DeleteByoipRangeRequest as configured by this builderDeleteByoipRangeRequest
DeleteByoipRangeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteByoipRangeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteByoipRangeRequest Modifier and Type Method Description DeleteByoipRangeRequest.Builder
DeleteByoipRangeRequest.Builder. copy(DeleteByoipRangeRequest o)
Copy method to populate the builder with values from the given instance.
-