Uses of Class
com.oracle.bmc.filestorage.responses.CreateSnapshotResponse
-
Packages that use CreateSnapshotResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of CreateSnapshotResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return CreateSnapshotResponse Modifier and Type Method Description CreateSnapshotResponse
FileStorage. createSnapshot(CreateSnapshotRequest request)
Creates a new snapshot of the specified file system.CreateSnapshotResponse
FileStorageClient. createSnapshot(CreateSnapshotRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type CreateSnapshotResponse 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)
Method parameters in com.oracle.bmc.filestorage with type arguments of type CreateSnapshotResponse 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 CreateSnapshotResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return CreateSnapshotResponse Modifier and Type Method Description CreateSnapshotResponse
CreateSnapshotResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type CreateSnapshotResponse Modifier and Type Method Description CreateSnapshotResponse.Builder
CreateSnapshotResponse.Builder. copy(CreateSnapshotResponse o)
Copy method to populate the builder with values from the given instance.
-