Uses of Class
com.oracle.bmc.core.requests.GetByoipRangeRequest
-
Packages that use GetByoipRangeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetByoipRangeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetByoipRangeRequest Modifier and Type Method Description Waiter<GetByoipRangeRequest,GetByoipRangeResponse>
VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, ByoipRange.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetByoipRangeRequest,GetByoipRangeResponse>
VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, ByoipRange.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetByoipRangeRequest,GetByoipRangeResponse>
VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ByoipRange.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type GetByoipRangeRequest Modifier and Type Method Description Future<GetByoipRangeResponse>
VirtualNetworkAsync. getByoipRange(GetByoipRangeRequest request, AsyncHandler<GetByoipRangeRequest,GetByoipRangeResponse> handler)
Gets theByoipRange
resource.Future<GetByoipRangeResponse>
VirtualNetworkAsyncClient. getByoipRange(GetByoipRangeRequest request, AsyncHandler<GetByoipRangeRequest,GetByoipRangeResponse> handler)
-
Uses of GetByoipRangeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetByoipRangeRequest Modifier and Type Method Description GetByoipRangeRequest
GetByoipRangeRequest.Builder. build()
Build the instance of GetByoipRangeRequest as configured by this builderGetByoipRangeRequest
GetByoipRangeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetByoipRangeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetByoipRangeRequest Modifier and Type Method Description GetByoipRangeRequest.Builder
GetByoipRangeRequest.Builder. copy(GetByoipRangeRequest o)
Copy method to populate the builder with values from the given instance.
-