Uses of Class
com.oracle.bmc.core.requests.WithdrawByoipRangeRequest
- 
Packages that use WithdrawByoipRangeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests  - 
- 
Uses of WithdrawByoipRangeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type WithdrawByoipRangeRequest Modifier and Type Method Description WithdrawByoipRangeResponseVirtualNetwork. withdrawByoipRange(WithdrawByoipRangeRequest request)Withdraws BGP route advertisement for the BYOIP CIDR block.Future<WithdrawByoipRangeResponse>VirtualNetworkAsync. withdrawByoipRange(WithdrawByoipRangeRequest request, AsyncHandler<WithdrawByoipRangeRequest,WithdrawByoipRangeResponse> handler)Withdraws BGP route advertisement for the BYOIP CIDR block.Future<WithdrawByoipRangeResponse>VirtualNetworkAsyncClient. withdrawByoipRange(WithdrawByoipRangeRequest request, AsyncHandler<WithdrawByoipRangeRequest,WithdrawByoipRangeResponse> handler)WithdrawByoipRangeResponseVirtualNetworkClient. withdrawByoipRange(WithdrawByoipRangeRequest request)Method parameters in com.oracle.bmc.core with type arguments of type WithdrawByoipRangeRequest Modifier and Type Method Description Future<WithdrawByoipRangeResponse>VirtualNetworkAsync. withdrawByoipRange(WithdrawByoipRangeRequest request, AsyncHandler<WithdrawByoipRangeRequest,WithdrawByoipRangeResponse> handler)Withdraws BGP route advertisement for the BYOIP CIDR block.Future<WithdrawByoipRangeResponse>VirtualNetworkAsyncClient. withdrawByoipRange(WithdrawByoipRangeRequest request, AsyncHandler<WithdrawByoipRangeRequest,WithdrawByoipRangeResponse> handler) - 
Uses of WithdrawByoipRangeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return WithdrawByoipRangeRequest Modifier and Type Method Description WithdrawByoipRangeRequestWithdrawByoipRangeRequest.Builder. build()Build the instance of WithdrawByoipRangeRequest as configured by this builderWithdrawByoipRangeRequestWithdrawByoipRangeRequest.Builder. buildWithoutInvocationCallback()Build the instance of WithdrawByoipRangeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type WithdrawByoipRangeRequest Modifier and Type Method Description WithdrawByoipRangeRequest.BuilderWithdrawByoipRangeRequest.Builder. copy(WithdrawByoipRangeRequest o)Copy method to populate the builder with values from the given instance. 
 -