Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsResponse |
FileStorageClient.listSnapshots(ListSnapshotsRequest request) |
ListSnapshotsResponse |
FileStorage.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) |
Iterable<SnapshotSummary> |
FileStoragePaginators.listSnapshotsRecordIterator(ListSnapshotsRequest request)
Creates a new iterable which will iterate over the
SnapshotSummary objects 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.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsRequest |
ListSnapshotsRequest.Builder.build()
Build the instance of ListSnapshotsRequest as configured by this builder
|
ListSnapshotsRequest |
ListSnapshotsRequest.Builder.buildWithoutInvocationCallback()
Build the instance of ListSnapshotsRequest as configured by this builder
|
Modifier and Type | Method and Description |
---|---|
ListSnapshotsRequest.Builder |
ListSnapshotsRequest.Builder.copy(ListSnapshotsRequest o)
Copy method to populate the builder with values from the given instance.
|
Copyright © 2016–2025. All rights reserved.