Uses of Class
com.oracle.bmc.core.requests.GetSubnetRequest
-
Packages that use GetSubnetRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetSubnetRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type GetSubnetRequest Modifier and Type Method Description Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subnet.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.Methods in com.oracle.bmc.core with parameters of type GetSubnetRequest Modifier and Type Method Description Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetSubnetRequest,GetSubnetResponse>
VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subnet.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration.GetSubnetResponse
VirtualNetwork. getSubnet(GetSubnetRequest request)
Gets the specified subnet’s information.Future<GetSubnetResponse>
VirtualNetworkAsync. getSubnet(GetSubnetRequest request, AsyncHandler<GetSubnetRequest,GetSubnetResponse> handler)
Gets the specified subnet’s information.Future<GetSubnetResponse>
VirtualNetworkAsyncClient. getSubnet(GetSubnetRequest request, AsyncHandler<GetSubnetRequest,GetSubnetResponse> handler)
GetSubnetResponse
VirtualNetworkClient. getSubnet(GetSubnetRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetSubnetRequest Modifier and Type Method Description Future<GetSubnetResponse>
VirtualNetworkAsync. getSubnet(GetSubnetRequest request, AsyncHandler<GetSubnetRequest,GetSubnetResponse> handler)
Gets the specified subnet’s information.Future<GetSubnetResponse>
VirtualNetworkAsyncClient. getSubnet(GetSubnetRequest request, AsyncHandler<GetSubnetRequest,GetSubnetResponse> handler)
-
Uses of GetSubnetRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetSubnetRequest Modifier and Type Method Description GetSubnetRequest
GetSubnetRequest.Builder. build()
Build the instance of GetSubnetRequest as configured by this builderGetSubnetRequest
GetSubnetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSubnetRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetSubnetRequest Modifier and Type Method Description GetSubnetRequest.Builder
GetSubnetRequest.Builder. copy(GetSubnetRequest o)
Copy method to populate the builder with values from the given instance.
-