Uses of Class
com.oracle.bmc.core.requests.GetPublicIpRequest
-
Packages that use GetPublicIpRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetPublicIpRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetPublicIpRequest 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.Method parameters in com.oracle.bmc.core with type arguments of type GetPublicIpRequest 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 GetPublicIpRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetPublicIpRequest Modifier and Type Method Description GetPublicIpRequest
GetPublicIpRequest.Builder. build()
Build the instance of GetPublicIpRequest as configured by this builderGetPublicIpRequest
GetPublicIpRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetPublicIpRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetPublicIpRequest Modifier and Type Method Description GetPublicIpRequest.Builder
GetPublicIpRequest.Builder. copy(GetPublicIpRequest o)
Copy method to populate the builder with values from the given instance.
-