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