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 newWaiterusing the default configuration.Waiter<GetByoipRangeRequest,GetByoipRangeResponse>VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, ByoipRange.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetByoipRangeRequest,GetByoipRangeResponse>VirtualNetworkWaiters. forByoipRange(GetByoipRangeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, ByoipRange.LifecycleState... targetStates)Creates a newWaiterusing 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 theByoipRangeresource.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 GetByoipRangeRequestGetByoipRangeRequest.Builder. build()Build the instance of GetByoipRangeRequest as configured by this builderGetByoipRangeRequestGetByoipRangeRequest.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.BuilderGetByoipRangeRequest.Builder. copy(GetByoipRangeRequest o)Copy method to populate the builder with values from the given instance.
-