Package | Description |
---|---|
com.oracle.bmc.filestorage | |
com.oracle.bmc.filestorage.requests |
Modifier and Type | Method and Description |
---|---|
ListSnapshotsResponse |
FileStorage.listSnapshots(ListSnapshotsRequest request)
Lists snapshots of the specified file system.
|
ListSnapshotsResponse |
FileStorageClient.listSnapshots(ListSnapshotsRequest request) |
Future<ListSnapshotsResponse> |
FileStorageAsync.listSnapshots(ListSnapshotsRequest request,
AsyncHandler<ListSnapshotsRequest,ListSnapshotsResponse> handler)
Lists snapshots of the specified 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.
|
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() |
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–2019. All rights reserved.