Uses of Class
com.oracle.bmc.core.requests.SetOriginAsnRequest
-
Packages that use SetOriginAsnRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of SetOriginAsnRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type SetOriginAsnRequest Modifier and Type Method Description Waiter<SetOriginAsnRequest,SetOriginAsnResponse>VirtualNetworkWaiters. forSetOriginAsn(SetOriginAsnRequest request)Creates a newWaiterusing the default configuration.Waiter<SetOriginAsnRequest,SetOriginAsnResponse>VirtualNetworkWaiters. forSetOriginAsn(SetOriginAsnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Method parameters in com.oracle.bmc.core with type arguments of type SetOriginAsnRequest Modifier and Type Method Description Future<SetOriginAsnResponse>VirtualNetworkAsync. setOriginAsn(SetOriginAsnRequest request, AsyncHandler<SetOriginAsnRequest,SetOriginAsnResponse> handler)Update BYOIP’s origin ASN to byoasn.Future<SetOriginAsnResponse>VirtualNetworkAsyncClient. setOriginAsn(SetOriginAsnRequest request, AsyncHandler<SetOriginAsnRequest,SetOriginAsnResponse> handler) -
Uses of SetOriginAsnRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return SetOriginAsnRequest Modifier and Type Method Description SetOriginAsnRequestSetOriginAsnRequest.Builder. build()Build the instance of SetOriginAsnRequest as configured by this builderSetOriginAsnRequestSetOriginAsnRequest.Builder. buildWithoutInvocationCallback()Build the instance of SetOriginAsnRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type SetOriginAsnRequest Modifier and Type Method Description SetOriginAsnRequest.BuilderSetOriginAsnRequest.Builder. copy(SetOriginAsnRequest o)Copy method to populate the builder with values from the given instance.
-