Uses of Class
com.oracle.bmc.core.responses.GetPrivateIpResponse
-
Packages that use GetPrivateIpResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetPrivateIpResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetPrivateIpResponse Modifier and Type Method Description GetPrivateIpResponseVirtualNetwork. getPrivateIp(GetPrivateIpRequest request)Gets the specified private IP.GetPrivateIpResponseVirtualNetworkClient. getPrivateIp(GetPrivateIpRequest request)Methods in com.oracle.bmc.core that return types with arguments of type GetPrivateIpResponse 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)Method parameters in com.oracle.bmc.core with type arguments of type GetPrivateIpResponse 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 GetPrivateIpResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetPrivateIpResponse Modifier and Type Method Description GetPrivateIpResponseGetPrivateIpResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetPrivateIpResponse Modifier and Type Method Description GetPrivateIpResponse.BuilderGetPrivateIpResponse.Builder. copy(GetPrivateIpResponse o)Copy method to populate the builder with values from the given instance.
-