Uses of Class
com.oracle.bmc.core.responses.GetSubnetResponse
-
Packages that use GetSubnetResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of GetSubnetResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return GetSubnetResponse Modifier and Type Method Description GetSubnetResponse
VirtualNetwork. getSubnet(GetSubnetRequest request)
Gets the specified subnet’s information.GetSubnetResponse
VirtualNetworkClient. getSubnet(GetSubnetRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type GetSubnetResponse 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.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)
Method parameters in com.oracle.bmc.core with type arguments of type GetSubnetResponse 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 GetSubnetResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return GetSubnetResponse Modifier and Type Method Description GetSubnetResponse
GetSubnetResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type GetSubnetResponse Modifier and Type Method Description GetSubnetResponse.Builder
GetSubnetResponse.Builder. copy(GetSubnetResponse o)
Copy method to populate the builder with values from the given instance.
-