Uses of Class
com.oracle.bmc.filestorage.requests.CreateSnapshotRequest
-
Packages that use CreateSnapshotRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of CreateSnapshotRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type CreateSnapshotRequest Modifier and Type Method Description CreateSnapshotResponse
FileStorage. createSnapshot(CreateSnapshotRequest request)
Creates a new snapshot of the specified file system.Future<CreateSnapshotResponse>
FileStorageAsync. createSnapshot(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResponse> handler)
Creates a new snapshot of the specified file system.Future<CreateSnapshotResponse>
FileStorageAsyncClient. createSnapshot(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResponse> handler)
CreateSnapshotResponse
FileStorageClient. createSnapshot(CreateSnapshotRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateSnapshotRequest Modifier and Type Method Description Future<CreateSnapshotResponse>
FileStorageAsync. createSnapshot(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResponse> handler)
Creates a new snapshot of the specified file system.Future<CreateSnapshotResponse>
FileStorageAsyncClient. createSnapshot(CreateSnapshotRequest request, AsyncHandler<CreateSnapshotRequest,CreateSnapshotResponse> handler)
-
Uses of CreateSnapshotRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateSnapshotRequest Modifier and Type Method Description CreateSnapshotRequest
CreateSnapshotRequest.Builder. build()
Build the instance of CreateSnapshotRequest as configured by this builderCreateSnapshotRequest
CreateSnapshotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreateSnapshotRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type CreateSnapshotRequest Modifier and Type Method Description CreateSnapshotRequest.Builder
CreateSnapshotRequest.Builder. copy(CreateSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
-