Uses of Class
com.oracle.bmc.core.requests.CreatePrivateIpRequest
-
Packages that use CreatePrivateIpRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of CreatePrivateIpRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type CreatePrivateIpRequest Modifier and Type Method Description CreatePrivateIpResponse
VirtualNetwork. createPrivateIp(CreatePrivateIpRequest request)
Creates a private IP.Future<CreatePrivateIpResponse>
VirtualNetworkAsync. createPrivateIp(CreatePrivateIpRequest request, AsyncHandler<CreatePrivateIpRequest,CreatePrivateIpResponse> handler)
Creates a private IP.Future<CreatePrivateIpResponse>
VirtualNetworkAsyncClient. createPrivateIp(CreatePrivateIpRequest request, AsyncHandler<CreatePrivateIpRequest,CreatePrivateIpResponse> handler)
CreatePrivateIpResponse
VirtualNetworkClient. createPrivateIp(CreatePrivateIpRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type CreatePrivateIpRequest Modifier and Type Method Description Future<CreatePrivateIpResponse>
VirtualNetworkAsync. createPrivateIp(CreatePrivateIpRequest request, AsyncHandler<CreatePrivateIpRequest,CreatePrivateIpResponse> handler)
Creates a private IP.Future<CreatePrivateIpResponse>
VirtualNetworkAsyncClient. createPrivateIp(CreatePrivateIpRequest request, AsyncHandler<CreatePrivateIpRequest,CreatePrivateIpResponse> handler)
-
Uses of CreatePrivateIpRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return CreatePrivateIpRequest Modifier and Type Method Description CreatePrivateIpRequest
CreatePrivateIpRequest.Builder. build()
Build the instance of CreatePrivateIpRequest as configured by this builderCreatePrivateIpRequest
CreatePrivateIpRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePrivateIpRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type CreatePrivateIpRequest Modifier and Type Method Description CreatePrivateIpRequest.Builder
CreatePrivateIpRequest.Builder. copy(CreatePrivateIpRequest o)
Copy method to populate the builder with values from the given instance.
-