Uses of Class
com.oracle.bmc.core.responses.GetPublicIpResponse
-
Packages that use GetPublicIpResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetPublicIpResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetPublicIpResponse Modifier and Type Method Description GetPublicIpResponse
VirtualNetwork. getPublicIp(GetPublicIpRequest request)
Gets the specified public IP.GetPublicIpResponse
VirtualNetworkClient. getPublicIp(GetPublicIpRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetPublicIpResponse Modifier and Type Method Description Waiter<GetPublicIpRequest,GetPublicIpResponse>
VirtualNetworkWaiters. forPublicIp(GetPublicIpRequest request, PublicIp.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetPublicIpRequest,GetPublicIpResponse>
VirtualNetworkWaiters. forPublicIp(GetPublicIpRequest request, PublicIp.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetPublicIpRequest,GetPublicIpResponse>
VirtualNetworkWaiters. forPublicIp(GetPublicIpRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, PublicIp.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Future<GetPublicIpResponse>
VirtualNetworkAsync. getPublicIp(GetPublicIpRequest request, AsyncHandler<GetPublicIpRequest,GetPublicIpResponse> handler)
Gets the specified public IP.Future<GetPublicIpResponse>
VirtualNetworkAsyncClient. getPublicIp(GetPublicIpRequest request, AsyncHandler<GetPublicIpRequest,GetPublicIpResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type GetPublicIpResponse Modifier and Type Method Description Future<GetPublicIpResponse>
VirtualNetworkAsync. getPublicIp(GetPublicIpRequest request, AsyncHandler<GetPublicIpRequest,GetPublicIpResponse> handler)
Gets the specified public IP.Future<GetPublicIpResponse>
VirtualNetworkAsyncClient. getPublicIp(GetPublicIpRequest request, AsyncHandler<GetPublicIpRequest,GetPublicIpResponse> handler)
-
Uses of GetPublicIpResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetPublicIpResponse Modifier and Type Method Description GetPublicIpResponse
GetPublicIpResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetPublicIpResponse Modifier and Type Method Description GetPublicIpResponse.Builder
GetPublicIpResponse.Builder. copy(GetPublicIpResponse o)
Copy method to populate the builder with values from the given instance.
-