Uses of Class
com.oracle.bmc.core.responses.SetOriginAsnResponse
-
Packages that use SetOriginAsnResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of SetOriginAsnResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return SetOriginAsnResponse Modifier and Type Method Description SetOriginAsnResponse
VirtualNetwork. setOriginAsn(SetOriginAsnRequest request)
Update BYOIP’s origin ASN to byoasn.SetOriginAsnResponse
VirtualNetworkClient. setOriginAsn(SetOriginAsnRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type SetOriginAsnResponse Modifier and Type Method Description Waiter<SetOriginAsnRequest,SetOriginAsnResponse>
VirtualNetworkWaiters. forSetOriginAsn(SetOriginAsnRequest request)
Creates a newWaiter
using the default configuration.Waiter<SetOriginAsnRequest,SetOriginAsnResponse>
VirtualNetworkWaiters. forSetOriginAsn(SetOriginAsnRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.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)
Method parameters in com.oracle.bmc.core with type arguments of type SetOriginAsnResponse 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 SetOriginAsnResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return SetOriginAsnResponse Modifier and Type Method Description SetOriginAsnResponse
SetOriginAsnResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type SetOriginAsnResponse Modifier and Type Method Description SetOriginAsnResponse.Builder
SetOriginAsnResponse.Builder. copy(SetOriginAsnResponse o)
Copy method to populate the builder with values from the given instance.
-