Uses of Class
com.oracle.bmc.core.responses.DeleteIpv6Response
-
Packages that use DeleteIpv6Response Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DeleteIpv6Response in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DeleteIpv6Response Modifier and Type Method Description DeleteIpv6Response
VirtualNetwork. deleteIpv6(DeleteIpv6Request request)
Unassigns and deletes the specified IPv6.DeleteIpv6Response
VirtualNetworkClient. deleteIpv6(DeleteIpv6Request request)
Methods in com.oracle.bmc.core that return types with arguments of type DeleteIpv6Response Modifier and Type Method Description Future<DeleteIpv6Response>
VirtualNetworkAsync. deleteIpv6(DeleteIpv6Request request, AsyncHandler<DeleteIpv6Request,DeleteIpv6Response> handler)
Unassigns and deletes the specified IPv6.Future<DeleteIpv6Response>
VirtualNetworkAsyncClient. deleteIpv6(DeleteIpv6Request request, AsyncHandler<DeleteIpv6Request,DeleteIpv6Response> handler)
Method parameters in com.oracle.bmc.core with type arguments of type DeleteIpv6Response Modifier and Type Method Description Future<DeleteIpv6Response>
VirtualNetworkAsync. deleteIpv6(DeleteIpv6Request request, AsyncHandler<DeleteIpv6Request,DeleteIpv6Response> handler)
Unassigns and deletes the specified IPv6.Future<DeleteIpv6Response>
VirtualNetworkAsyncClient. deleteIpv6(DeleteIpv6Request request, AsyncHandler<DeleteIpv6Request,DeleteIpv6Response> handler)
-
Uses of DeleteIpv6Response in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DeleteIpv6Response Modifier and Type Method Description DeleteIpv6Response
DeleteIpv6Response.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DeleteIpv6Response Modifier and Type Method Description DeleteIpv6Response.Builder
DeleteIpv6Response.Builder. copy(DeleteIpv6Response o)
Copy method to populate the builder with values from the given instance.
-