Uses of Class
com.oracle.bmc.core.requests.CreateByoipRangeRequest
-
Packages that use CreateByoipRangeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreateByoipRangeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreateByoipRangeRequest Modifier and Type Method Description CreateByoipRangeResponseVirtualNetwork. createByoipRange(CreateByoipRangeRequest request)Creates a subrange of the BYOIP CIDR block.Future<CreateByoipRangeResponse>VirtualNetworkAsync. createByoipRange(CreateByoipRangeRequest request, AsyncHandler<CreateByoipRangeRequest,CreateByoipRangeResponse> handler)Creates a subrange of the BYOIP CIDR block.Future<CreateByoipRangeResponse>VirtualNetworkAsyncClient. createByoipRange(CreateByoipRangeRequest request, AsyncHandler<CreateByoipRangeRequest,CreateByoipRangeResponse> handler)CreateByoipRangeResponseVirtualNetworkClient. createByoipRange(CreateByoipRangeRequest request)Method parameters in com.oracle.bmc.core with type arguments of type CreateByoipRangeRequest Modifier and Type Method Description Future<CreateByoipRangeResponse>VirtualNetworkAsync. createByoipRange(CreateByoipRangeRequest request, AsyncHandler<CreateByoipRangeRequest,CreateByoipRangeResponse> handler)Creates a subrange of the BYOIP CIDR block.Future<CreateByoipRangeResponse>VirtualNetworkAsyncClient. createByoipRange(CreateByoipRangeRequest request, AsyncHandler<CreateByoipRangeRequest,CreateByoipRangeResponse> handler) -
Uses of CreateByoipRangeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreateByoipRangeRequest Modifier and Type Method Description CreateByoipRangeRequestCreateByoipRangeRequest.Builder. build()Build the instance of CreateByoipRangeRequest as configured by this builderCreateByoipRangeRequestCreateByoipRangeRequest.Builder. buildWithoutInvocationCallback()Build the instance of CreateByoipRangeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreateByoipRangeRequest Modifier and Type Method Description CreateByoipRangeRequest.BuilderCreateByoipRangeRequest.Builder. copy(CreateByoipRangeRequest o)Copy method to populate the builder with values from the given instance.
-