Uses of Class
com.oracle.bmc.core.responses.DetachVnicResponse
-
Packages that use DetachVnicResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of DetachVnicResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return DetachVnicResponse Modifier and Type Method Description DetachVnicResponse
Compute. detachVnic(DetachVnicRequest request)
Detaches and deletes the specified secondary VNIC.DetachVnicResponse
ComputeClient. detachVnic(DetachVnicRequest request)
Methods in com.oracle.bmc.core that return types with arguments of type DetachVnicResponse Modifier and Type Method Description Future<DetachVnicResponse>
ComputeAsync. detachVnic(DetachVnicRequest request, AsyncHandler<DetachVnicRequest,DetachVnicResponse> handler)
Detaches and deletes the specified secondary VNIC.Future<DetachVnicResponse>
ComputeAsyncClient. detachVnic(DetachVnicRequest request, AsyncHandler<DetachVnicRequest,DetachVnicResponse> handler)
Method parameters in com.oracle.bmc.core with type arguments of type DetachVnicResponse Modifier and Type Method Description Future<DetachVnicResponse>
ComputeAsync. detachVnic(DetachVnicRequest request, AsyncHandler<DetachVnicRequest,DetachVnicResponse> handler)
Detaches and deletes the specified secondary VNIC.Future<DetachVnicResponse>
ComputeAsyncClient. detachVnic(DetachVnicRequest request, AsyncHandler<DetachVnicRequest,DetachVnicResponse> handler)
-
Uses of DetachVnicResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return DetachVnicResponse Modifier and Type Method Description DetachVnicResponse
DetachVnicResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type DetachVnicResponse Modifier and Type Method Description DetachVnicResponse.Builder
DetachVnicResponse.Builder. copy(DetachVnicResponse o)
Copy method to populate the builder with values from the given instance.
-