Uses of Class
com.oracle.bmc.core.responses.ListInstanceDevicesResponse
-
Packages that use ListInstanceDevicesResponse Package Description com.oracle.bmc.core com.oracle.bmc.core.responses -
-
Uses of ListInstanceDevicesResponse in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return ListInstanceDevicesResponse Modifier and Type Method Description ListInstanceDevicesResponseCompute. listInstanceDevices(ListInstanceDevicesRequest request)Gets a list of all the devices for given instance.ListInstanceDevicesResponseComputeClient. listInstanceDevices(ListInstanceDevicesRequest request)Methods in com.oracle.bmc.core that return types with arguments of type ListInstanceDevicesResponse Modifier and Type Method Description Future<ListInstanceDevicesResponse>ComputeAsync. listInstanceDevices(ListInstanceDevicesRequest request, AsyncHandler<ListInstanceDevicesRequest,ListInstanceDevicesResponse> handler)Gets a list of all the devices for given instance.Future<ListInstanceDevicesResponse>ComputeAsyncClient. listInstanceDevices(ListInstanceDevicesRequest request, AsyncHandler<ListInstanceDevicesRequest,ListInstanceDevicesResponse> handler)Iterable<ListInstanceDevicesResponse>ComputePaginators. listInstanceDevicesResponseIterator(ListInstanceDevicesRequest request)Creates a new iterable which will iterate over the responses received from the listInstanceDevices operation.Method parameters in com.oracle.bmc.core with type arguments of type ListInstanceDevicesResponse Modifier and Type Method Description Future<ListInstanceDevicesResponse>ComputeAsync. listInstanceDevices(ListInstanceDevicesRequest request, AsyncHandler<ListInstanceDevicesRequest,ListInstanceDevicesResponse> handler)Gets a list of all the devices for given instance.Future<ListInstanceDevicesResponse>ComputeAsyncClient. listInstanceDevices(ListInstanceDevicesRequest request, AsyncHandler<ListInstanceDevicesRequest,ListInstanceDevicesResponse> handler) -
Uses of ListInstanceDevicesResponse in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return ListInstanceDevicesResponse Modifier and Type Method Description ListInstanceDevicesResponseListInstanceDevicesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.core.responses with parameters of type ListInstanceDevicesResponse Modifier and Type Method Description ListInstanceDevicesResponse.BuilderListInstanceDevicesResponse.Builder. copy(ListInstanceDevicesResponse o)Copy method to populate the builder with values from the given instance.
-