Uses of Class
com.oracle.bmc.core.requests.ValidateByoipRangeRequest
-
Packages that use ValidateByoipRangeRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ValidateByoipRangeRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type ValidateByoipRangeRequest Modifier and Type Method Description Waiter<ValidateByoipRangeRequest,ValidateByoipRangeResponse>
VirtualNetworkWaiters. forValidateByoipRange(ValidateByoipRangeRequest request)
Creates a newWaiter
using the default configuration.Waiter<ValidateByoipRangeRequest,ValidateByoipRangeResponse>
VirtualNetworkWaiters. forValidateByoipRange(ValidateByoipRangeRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type ValidateByoipRangeRequest Modifier and Type Method Description Future<ValidateByoipRangeResponse>
VirtualNetworkAsync. validateByoipRange(ValidateByoipRangeRequest request, AsyncHandler<ValidateByoipRangeRequest,ValidateByoipRangeResponse> handler)
Submits the BYOIP CIDR block you are importing for validation.Future<ValidateByoipRangeResponse>
VirtualNetworkAsyncClient. validateByoipRange(ValidateByoipRangeRequest request, AsyncHandler<ValidateByoipRangeRequest,ValidateByoipRangeResponse> handler)
-
Uses of ValidateByoipRangeRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ValidateByoipRangeRequest Modifier and Type Method Description ValidateByoipRangeRequest
ValidateByoipRangeRequest.Builder. build()
Build the instance of ValidateByoipRangeRequest as configured by this builderValidateByoipRangeRequest
ValidateByoipRangeRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ValidateByoipRangeRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ValidateByoipRangeRequest Modifier and Type Method Description ValidateByoipRangeRequest.Builder
ValidateByoipRangeRequest.Builder. copy(ValidateByoipRangeRequest o)
Copy method to populate the builder with values from the given instance.
-