Uses of Class
com.oracle.bmc.filestorage.responses.UpdateSnapshotResponse
-
Packages that use UpdateSnapshotResponse Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.responses -
-
Uses of UpdateSnapshotResponse in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage that return UpdateSnapshotResponse Modifier and Type Method Description UpdateSnapshotResponse
FileStorage. updateSnapshot(UpdateSnapshotRequest request)
Updates the specified snapshot’s information.UpdateSnapshotResponse
FileStorageClient. updateSnapshot(UpdateSnapshotRequest request)
Methods in com.oracle.bmc.filestorage that return types with arguments of type UpdateSnapshotResponse Modifier and Type Method Description Future<UpdateSnapshotResponse>
FileStorageAsync. updateSnapshot(UpdateSnapshotRequest request, AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResponse> handler)
Updates the specified snapshot’s information.Future<UpdateSnapshotResponse>
FileStorageAsyncClient. updateSnapshot(UpdateSnapshotRequest request, AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResponse> handler)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateSnapshotResponse Modifier and Type Method Description Future<UpdateSnapshotResponse>
FileStorageAsync. updateSnapshot(UpdateSnapshotRequest request, AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResponse> handler)
Updates the specified snapshot’s information.Future<UpdateSnapshotResponse>
FileStorageAsyncClient. updateSnapshot(UpdateSnapshotRequest request, AsyncHandler<UpdateSnapshotRequest,UpdateSnapshotResponse> handler)
-
Uses of UpdateSnapshotResponse in com.oracle.bmc.filestorage.responses
Methods in com.oracle.bmc.filestorage.responses that return UpdateSnapshotResponse Modifier and Type Method Description UpdateSnapshotResponse
UpdateSnapshotResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.filestorage.responses with parameters of type UpdateSnapshotResponse Modifier and Type Method Description UpdateSnapshotResponse.Builder
UpdateSnapshotResponse.Builder. copy(UpdateSnapshotResponse o)
Copy method to populate the builder with values from the given instance.
-