Uses of Class
com.oracle.bmc.core.responses.WithdrawByoipRangeResponse
-
Packages that use WithdrawByoipRangeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of WithdrawByoipRangeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return WithdrawByoipRangeResponse Modifier and Type Method Description WithdrawByoipRangeResponseVirtualNetwork. withdrawByoipRange(WithdrawByoipRangeRequest request)Withdraws BGP route advertisement for the BYOIP CIDR block.WithdrawByoipRangeResponseVirtualNetworkClient. withdrawByoipRange(WithdrawByoipRangeRequest request)Methods in com.oracle.bmc.core that return types with arguments of type WithdrawByoipRangeResponse 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)Method parameters in com.oracle.bmc.core with type arguments of type WithdrawByoipRangeResponse 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 WithdrawByoipRangeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return WithdrawByoipRangeResponse Modifier and Type Method Description WithdrawByoipRangeResponseWithdrawByoipRangeResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type WithdrawByoipRangeResponse Modifier and Type Method Description WithdrawByoipRangeResponse.BuilderWithdrawByoipRangeResponse.Builder. copy(WithdrawByoipRangeResponse o)Copy method to populate the builder with values from the given instance.
-