Uses of Class
com.oracle.bmc.lustrefilestorage.responses.ListLustreFileSystemsResponse
-
Packages that use ListLustreFileSystemsResponse Package Description com.oracle.bmc.lustrefilestorage com.oracle.bmc.lustrefilestorage.responses -
-
Uses of ListLustreFileSystemsResponse in com.oracle.bmc.lustrefilestorage
Methods in com.oracle.bmc.lustrefilestorage that return ListLustreFileSystemsResponse Modifier and Type Method Description ListLustreFileSystemsResponseLustreFileStorage. listLustreFileSystems(ListLustreFileSystemsRequest request)Gets a list of Lustre file systems.ListLustreFileSystemsResponseLustreFileStorageClient. listLustreFileSystems(ListLustreFileSystemsRequest request)Methods in com.oracle.bmc.lustrefilestorage that return types with arguments of type ListLustreFileSystemsResponse Modifier and Type Method Description Future<ListLustreFileSystemsResponse>LustreFileStorageAsync. listLustreFileSystems(ListLustreFileSystemsRequest request, AsyncHandler<ListLustreFileSystemsRequest,ListLustreFileSystemsResponse> handler)Gets a list of Lustre file systems.Future<ListLustreFileSystemsResponse>LustreFileStorageAsyncClient. listLustreFileSystems(ListLustreFileSystemsRequest request, AsyncHandler<ListLustreFileSystemsRequest,ListLustreFileSystemsResponse> handler)Iterable<ListLustreFileSystemsResponse>LustreFileStoragePaginators. listLustreFileSystemsResponseIterator(ListLustreFileSystemsRequest request)Creates a new iterable which will iterate over the responses received from the listLustreFileSystems operation.Method parameters in com.oracle.bmc.lustrefilestorage with type arguments of type ListLustreFileSystemsResponse Modifier and Type Method Description Future<ListLustreFileSystemsResponse>LustreFileStorageAsync. listLustreFileSystems(ListLustreFileSystemsRequest request, AsyncHandler<ListLustreFileSystemsRequest,ListLustreFileSystemsResponse> handler)Gets a list of Lustre file systems.Future<ListLustreFileSystemsResponse>LustreFileStorageAsyncClient. listLustreFileSystems(ListLustreFileSystemsRequest request, AsyncHandler<ListLustreFileSystemsRequest,ListLustreFileSystemsResponse> handler) -
Uses of ListLustreFileSystemsResponse in com.oracle.bmc.lustrefilestorage.responses
Methods in com.oracle.bmc.lustrefilestorage.responses that return ListLustreFileSystemsResponse Modifier and Type Method Description ListLustreFileSystemsResponseListLustreFileSystemsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.lustrefilestorage.responses with parameters of type ListLustreFileSystemsResponse Modifier and Type Method Description ListLustreFileSystemsResponse.BuilderListLustreFileSystemsResponse.Builder. copy(ListLustreFileSystemsResponse o)Copy method to populate the builder with values from the given instance.
-