Uses of Class
com.oracle.bmc.core.requests.DeleteSubnetRequest
-
Packages that use DeleteSubnetRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of DeleteSubnetRequest in com.oracle.bmc.core
Methods in com.oracle.bmc.core with parameters of type DeleteSubnetRequest Modifier and Type Method Description DeleteSubnetResponse
VirtualNetwork. deleteSubnet(DeleteSubnetRequest request)
Deletes the specified subnet, but only if there are no instances in the subnet.Future<DeleteSubnetResponse>
VirtualNetworkAsync. deleteSubnet(DeleteSubnetRequest request, AsyncHandler<DeleteSubnetRequest,DeleteSubnetResponse> handler)
Deletes the specified subnet, but only if there are no instances in the subnet.Future<DeleteSubnetResponse>
VirtualNetworkAsyncClient. deleteSubnet(DeleteSubnetRequest request, AsyncHandler<DeleteSubnetRequest,DeleteSubnetResponse> handler)
DeleteSubnetResponse
VirtualNetworkClient. deleteSubnet(DeleteSubnetRequest request)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteSubnetRequest Modifier and Type Method Description Future<DeleteSubnetResponse>
VirtualNetworkAsync. deleteSubnet(DeleteSubnetRequest request, AsyncHandler<DeleteSubnetRequest,DeleteSubnetResponse> handler)
Deletes the specified subnet, but only if there are no instances in the subnet.Future<DeleteSubnetResponse>
VirtualNetworkAsyncClient. deleteSubnet(DeleteSubnetRequest request, AsyncHandler<DeleteSubnetRequest,DeleteSubnetResponse> handler)
-
Uses of DeleteSubnetRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return DeleteSubnetRequest Modifier and Type Method Description DeleteSubnetRequest
DeleteSubnetRequest.Builder. build()
Build the instance of DeleteSubnetRequest as configured by this builderDeleteSubnetRequest
DeleteSubnetRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteSubnetRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type DeleteSubnetRequest Modifier and Type Method Description DeleteSubnetRequest.Builder
DeleteSubnetRequest.Builder. copy(DeleteSubnetRequest o)
Copy method to populate the builder with values from the given instance.
-