Uses of Class
com.oracle.bmc.core.requests.ListInstanceDevicesRequest
-
Packages that use ListInstanceDevicesRequest Package Description com.oracle.bmc.core com.oracle.bmc.core.requests -
-
Uses of ListInstanceDevicesRequest in com.oracle.bmc.core
Method parameters in com.oracle.bmc.core with type arguments of type ListInstanceDevicesRequest 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 ListInstanceDevicesRequest in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return ListInstanceDevicesRequest Modifier and Type Method Description ListInstanceDevicesRequest
ListInstanceDevicesRequest.Builder. build()
Build the instance of ListInstanceDevicesRequest as configured by this builderListInstanceDevicesRequest
ListInstanceDevicesRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListInstanceDevicesRequest as configured by this builderMethods in com.oracle.bmc.core.requests with parameters of type ListInstanceDevicesRequest Modifier and Type Method Description ListInstanceDevicesRequest.Builder
ListInstanceDevicesRequest.Builder. copy(ListInstanceDevicesRequest o)
Copy method to populate the builder with values from the given instance.
-