Uses of Class
com.oracle.bmc.filestorage.requests.UpdateSnapshotRequest
-
Packages that use UpdateSnapshotRequest Package Description com.oracle.bmc.filestorage com.oracle.bmc.filestorage.requests -
-
Uses of UpdateSnapshotRequest in com.oracle.bmc.filestorage
Methods in com.oracle.bmc.filestorage with parameters of type UpdateSnapshotRequest Modifier and Type Method Description UpdateSnapshotResponse
FileStorage. updateSnapshot(UpdateSnapshotRequest request)
Updates the specified snapshot’s information.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)
UpdateSnapshotResponse
FileStorageClient. updateSnapshot(UpdateSnapshotRequest request)
Method parameters in com.oracle.bmc.filestorage with type arguments of type UpdateSnapshotRequest 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 UpdateSnapshotRequest in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateSnapshotRequest Modifier and Type Method Description UpdateSnapshotRequest
UpdateSnapshotRequest.Builder. build()
Build the instance of UpdateSnapshotRequest as configured by this builderUpdateSnapshotRequest
UpdateSnapshotRequest.Builder. buildWithoutInvocationCallback()
Build the instance of UpdateSnapshotRequest as configured by this builderMethods in com.oracle.bmc.filestorage.requests with parameters of type UpdateSnapshotRequest Modifier and Type Method Description UpdateSnapshotRequest.Builder
UpdateSnapshotRequest.Builder. copy(UpdateSnapshotRequest o)
Copy method to populate the builder with values from the given instance.
-