Uses of Class
com.oracle.bmc.core.responses.UpdateByoipRangeResponse
-
Packages that use UpdateByoipRangeResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of UpdateByoipRangeResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return UpdateByoipRangeResponse Modifier and Type Method Description UpdateByoipRangeResponse
VirtualNetwork. updateByoipRange(UpdateByoipRangeRequest request)
Updates the tags or display name associated to the specified BYOIP CIDR block.UpdateByoipRangeResponse
VirtualNetworkClient. updateByoipRange(UpdateByoipRangeRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type UpdateByoipRangeResponse Modifier and Type Method Description Future<UpdateByoipRangeResponse>
VirtualNetworkAsync. updateByoipRange(UpdateByoipRangeRequest request, AsyncHandler<UpdateByoipRangeRequest,UpdateByoipRangeResponse> handler)
Updates the tags or display name associated to the specified BYOIP CIDR block.Future<UpdateByoipRangeResponse>
VirtualNetworkAsyncClient. updateByoipRange(UpdateByoipRangeRequest request, AsyncHandler<UpdateByoipRangeRequest,UpdateByoipRangeResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type UpdateByoipRangeResponse Modifier and Type Method Description Future<UpdateByoipRangeResponse>
VirtualNetworkAsync. updateByoipRange(UpdateByoipRangeRequest request, AsyncHandler<UpdateByoipRangeRequest,UpdateByoipRangeResponse> handler)
Updates the tags or display name associated to the specified BYOIP CIDR block.Future<UpdateByoipRangeResponse>
VirtualNetworkAsyncClient. updateByoipRange(UpdateByoipRangeRequest request, AsyncHandler<UpdateByoipRangeRequest,UpdateByoipRangeResponse> handler)
-
Uses of UpdateByoipRangeResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return UpdateByoipRangeResponse Modifier and Type Method Description UpdateByoipRangeResponse
UpdateByoipRangeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type UpdateByoipRangeResponse Modifier and Type Method Description UpdateByoipRangeResponse.Builder
UpdateByoipRangeResponse.Builder. copy(UpdateByoipRangeResponse o)
Copy method to populate the builder with values from the given instance.
-