Uses of Class
com.oracle.bmc.filestorage.responses.ListSnapshotsResponse
-
Packages that use ListSnapshotsResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of ListSnapshotsResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return ListSnapshotsResponse 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.ListSnapshotsResponseFileStorageClient. listSnapshots(ListSnapshotsRequest request)Methods in com.oracle.bmc.filestorage that return types with arguments of type ListSnapshotsResponse 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)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 ListSnapshotsResponse 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 ListSnapshotsResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponseListSnapshotsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type ListSnapshotsResponse Modifier and Type Method Description ListSnapshotsResponse.BuilderListSnapshotsResponse.Builder. copy(ListSnapshotsResponse o)Copy method to populate the builder with values from the given instance.
-