Uses of Class
com.oracle.bmc.multicloud.requests.GetNetworkAnchorRequest
-
Packages that use GetNetworkAnchorRequest Package Description com.oracle.bmc.multicloud com.oracle.bmc.multicloud.requests -
-
Uses of GetNetworkAnchorRequest in com.oracle.bmc.multicloud
Methods in com.oracle.bmc.multicloud that return types with arguments of type GetNetworkAnchorRequest Modifier and Type Method Description Waiter<GetNetworkAnchorRequest,GetNetworkAnchorResponse>
OmhubNetworkAnchorWaiters. forNetworkAnchor(GetNetworkAnchorRequest request, NetworkAnchor.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetNetworkAnchorRequest,GetNetworkAnchorResponse>
OmhubNetworkAnchorWaiters. forNetworkAnchor(GetNetworkAnchorRequest request, NetworkAnchor.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetNetworkAnchorRequest,GetNetworkAnchorResponse>
OmhubNetworkAnchorWaiters. forNetworkAnchor(GetNetworkAnchorRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, NetworkAnchor.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Method parameters in com.oracle.bmc.multicloud with type arguments of type GetNetworkAnchorRequest Modifier and Type Method Description Future<GetNetworkAnchorResponse>
OmhubNetworkAnchorAsync. getNetworkAnchor(GetNetworkAnchorRequest request, AsyncHandler<GetNetworkAnchorRequest,GetNetworkAnchorResponse> handler)
Gets information about a NetworkAnchor.Future<GetNetworkAnchorResponse>
OmhubNetworkAnchorAsyncClient. getNetworkAnchor(GetNetworkAnchorRequest request, AsyncHandler<GetNetworkAnchorRequest,GetNetworkAnchorResponse> handler)
-
Uses of GetNetworkAnchorRequest in com.oracle.bmc.multicloud.requests
Methods in com.oracle.bmc.multicloud.requests that return GetNetworkAnchorRequest Modifier and Type Method Description GetNetworkAnchorRequest
GetNetworkAnchorRequest.Builder. build()
Build the instance of GetNetworkAnchorRequest as configured by this builderGetNetworkAnchorRequest
GetNetworkAnchorRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetNetworkAnchorRequest as configured by this builderMethods in com.oracle.bmc.multicloud.requests with parameters of type GetNetworkAnchorRequest Modifier and Type Method Description GetNetworkAnchorRequest.Builder
GetNetworkAnchorRequest.Builder. copy(GetNetworkAnchorRequest o)
Copy method to populate the builder with values from the given instance.
-