Uses of Class
com.oracle.bmc.resourcemanager.responses.GetReachableIpResponse
-
Packages that use GetReachableIpResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of GetReachableIpResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return GetReachableIpResponse Modifier and Type Method Description GetReachableIpResponse
ResourceManager. getReachableIp(GetReachableIpRequest request)
Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.GetReachableIpResponse
ResourceManagerClient. getReachableIp(GetReachableIpRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type GetReachableIpResponse Modifier and Type Method Description Future<GetReachableIpResponse>
ResourceManagerAsync. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.Future<GetReachableIpResponse>
ResourceManagerAsyncClient. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetReachableIpResponse Modifier and Type Method Description Future<GetReachableIpResponse>
ResourceManagerAsync. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
Gets the reachable, or alternative, IP address for a nonpublic IP address that is associated with the private endpoint.Future<GetReachableIpResponse>
ResourceManagerAsyncClient. getReachableIp(GetReachableIpRequest request, AsyncHandler<GetReachableIpRequest,GetReachableIpResponse> handler)
-
Uses of GetReachableIpResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return GetReachableIpResponse Modifier and Type Method Description GetReachableIpResponse
GetReachableIpResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type GetReachableIpResponse Modifier and Type Method Description GetReachableIpResponse.Builder
GetReachableIpResponse.Builder. copy(GetReachableIpResponse o)
Copy method to populate the builder with values from the given instance.
-