Uses of Class
com.oracle.bmc.filestorage.requests.ListSnapshotsRequest
-
Packages that use ListSnapshotsRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of ListSnapshotsRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsResponseFileStorage. listSnapshots(ListSnapshotsRequest request)Lists snapshots of the specified file system, or by file system snapshot policy and compartment, or by file system snapshot policy and file system.Future<ListSnapshotsResponse>FileStorageAsync. listSnapshots(ListSnapshotsRequest request, AsyncHandler<ListSnapshotsRequest,ListSnapshotsResponse> handler)Lists snapshots of the specified file system, or by file system snapshot policy and compartment, or by file system snapshot policy and file system.Future<ListSnapshotsResponse>FileStorageAsyncClient. listSnapshots(ListSnapshotsRequest request, AsyncHandler<ListSnapshotsRequest,ListSnapshotsResponse> handler)ListSnapshotsResponseFileStorageClient. listSnapshots(ListSnapshotsRequest request)Iterable<SnapshotSummary>FileStoragePaginators. listSnapshotsRecordIterator(ListSnapshotsRequest request)Creates a new iterable which will iterate over theSnapshotSummaryobjects contained in responses from the listSnapshots operation.Iterable<ListSnapshotsResponse>FileStoragePaginators. listSnapshotsResponseIterator(ListSnapshotsRequest request)Creates a new iterable which will iterate over the responses received from the listSnapshots operation.Method parameters in com.oracle.bmc.filestorage with type arguments of type ListSnapshotsRequest Modifier and Type Method Description Future<ListSnapshotsResponse>FileStorageAsync. listSnapshots(ListSnapshotsRequest request, AsyncHandler<ListSnapshotsRequest,ListSnapshotsResponse> handler)Lists snapshots of the specified file system, or by file system snapshot policy and compartment, or by file system snapshot policy and file system.Future<ListSnapshotsResponse>FileStorageAsyncClient. listSnapshots(ListSnapshotsRequest request, AsyncHandler<ListSnapshotsRequest,ListSnapshotsResponse> handler) -
Uses of ListSnapshotsRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsRequestListSnapshotsRequest.Builder. build()Build the instance of ListSnapshotsRequest as configured by this builderListSnapshotsRequestListSnapshotsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListSnapshotsRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type ListSnapshotsRequest Modifier and Type Method Description ListSnapshotsRequest.BuilderListSnapshotsRequest.Builder. copy(ListSnapshotsRequest o)Copy method to populate the builder with values from the given instance.
-