Uses of Class
com.oracle.bmc.core.requests.GetSubnetIpInventoryRequest
-
Packages that use GetSubnetIpInventoryRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of GetSubnetIpInventoryRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type GetSubnetIpInventoryRequest Modifier and Type Method Description GetSubnetIpInventoryResponse
VirtualNetwork. getSubnetIpInventory(GetSubnetIpInventoryRequest request)
Gets the IP Inventory data of the specified subnet.Future<GetSubnetIpInventoryResponse>
VirtualNetworkAsync. getSubnetIpInventory(GetSubnetIpInventoryRequest request, AsyncHandler<GetSubnetIpInventoryRequest,GetSubnetIpInventoryResponse> handler)
Gets the IP Inventory data of the specified subnet.Future<GetSubnetIpInventoryResponse>
VirtualNetworkAsyncClient. getSubnetIpInventory(GetSubnetIpInventoryRequest request, AsyncHandler<GetSubnetIpInventoryRequest,GetSubnetIpInventoryResponse> handler)
GetSubnetIpInventoryResponse
VirtualNetworkClient. getSubnetIpInventory(GetSubnetIpInventoryRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type GetSubnetIpInventoryRequest Modifier and Type Method Description Future<GetSubnetIpInventoryResponse>
VirtualNetworkAsync. getSubnetIpInventory(GetSubnetIpInventoryRequest request, AsyncHandler<GetSubnetIpInventoryRequest,GetSubnetIpInventoryResponse> handler)
Gets the IP Inventory data of the specified subnet.Future<GetSubnetIpInventoryResponse>
VirtualNetworkAsyncClient. getSubnetIpInventory(GetSubnetIpInventoryRequest request, AsyncHandler<GetSubnetIpInventoryRequest,GetSubnetIpInventoryResponse> handler)
-
Uses of GetSubnetIpInventoryRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetSubnetIpInventoryRequest Modifier and Type Method Description GetSubnetIpInventoryRequest
GetSubnetIpInventoryRequest.Builder. build()
Build the instance of GetSubnetIpInventoryRequest as configured by this builderGetSubnetIpInventoryRequest
GetSubnetIpInventoryRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetSubnetIpInventoryRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type GetSubnetIpInventoryRequest Modifier and Type Method Description GetSubnetIpInventoryRequest.Builder
GetSubnetIpInventoryRequest.Builder. copy(GetSubnetIpInventoryRequest o)
Copy method to populate the builder with values from the given instance.
-