Uses of Class
com.oracle.bmc.filestorage.responses.ListMountTargetsResponse
-
Packages that use ListMountTargetsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListMountTargetsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListMountTargetsResponse Modifier and Type Method Description ListMountTargetsResponseFileStorage. listMountTargets(ListMountTargetsRequest request)Lists the mount target resources in the specified compartment.ListMountTargetsResponseFileStorageClient. listMountTargets(ListMountTargetsRequest request)Methods in com.oracle.bmc.filestorage that return types with arguments of type ListMountTargetsResponse Modifier and Type Method Description Future<ListMountTargetsResponse>FileStorageAsync. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler)Lists the mount target resources in the specified compartment.Future<ListMountTargetsResponse>FileStorageAsyncClient. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler)Iterable<ListMountTargetsResponse>FileStoragePaginators. listMountTargetsResponseIterator(ListMountTargetsRequest request)Creates a new iterable which will iterate over the responses received from the listMountTargets operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListMountTargetsResponse Modifier and Type Method Description Future<ListMountTargetsResponse>FileStorageAsync. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler)Lists the mount target resources in the specified compartment.Future<ListMountTargetsResponse>FileStorageAsyncClient. listMountTargets(ListMountTargetsRequest request, AsyncHandler<ListMountTargetsRequest,ListMountTargetsResponse> handler) -
Uses of ListMountTargetsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListMountTargetsResponse Modifier and Type Method Description ListMountTargetsResponseListMountTargetsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListMountTargetsResponse Modifier and Type Method Description ListMountTargetsResponse.BuilderListMountTargetsResponse.Builder. copy(ListMountTargetsResponse o)Copy method to populate the builder with values from the given instance.
-