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 newWaiterusing the default configuration.Waiter<GetSubnetRequest,GetSubnetResponse>VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSubnetRequest,GetSubnetResponse>VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subnet.LifecycleState... targetStates)Creates a newWaiterusing 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 newWaiterusing the default configuration.Waiter<GetSubnetRequest,GetSubnetResponse>VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, Subnet.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)Creates a newWaiterusing the provided configuration.Waiter<GetSubnetRequest,GetSubnetResponse>VirtualNetworkWaiters. forSubnet(GetSubnetRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Subnet.LifecycleState... targetStates)Creates a newWaiterusing the provided configuration.GetSubnetResponseVirtualNetwork. 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)GetSubnetResponseVirtualNetworkClient. 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 GetSubnetRequestGetSubnetRequest.Builder. build()Build the instance of GetSubnetRequest as configured by this builderGetSubnetRequestGetSubnetRequest.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.BuilderGetSubnetRequest.Builder. copy(GetSubnetRequest o)Copy method to populate the builder with values from the given instance.
-