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 GetPrivateIpResponseVirtualNetwork. 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)GetPrivateIpResponseVirtualNetworkClient. 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 GetPrivateIpRequestGetPrivateIpRequest.Builder. build()Build the instance of GetPrivateIpRequest as configured by this builderGetPrivateIpRequestGetPrivateIpRequest.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.BuilderGetPrivateIpRequest.Builder. copy(GetPrivateIpRequest o)Copy method to populate the builder with values from the given instance.
-