Uses of Class
com.oracle.bmc.filestorage.model.UpdateSnapshotDetails
-
Packages that use UpdateSnapshotDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of UpdateSnapshotDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpdateSnapshotDetails Modifier and Type Method Description UpdateSnapshotDetails
UpdateSnapshotDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type UpdateSnapshotDetails Modifier and Type Method Description UpdateSnapshotDetails.Builder
UpdateSnapshotDetails.Builder. copy(UpdateSnapshotDetails model)
-
Uses of UpdateSnapshotDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return UpdateSnapshotDetails Modifier and Type Method Description UpdateSnapshotDetails
UpdateSnapshotRequest. getBody$()
Alternative accessor for the body parameter.UpdateSnapshotDetails
UpdateSnapshotRequest. getUpdateSnapshotDetails()
Details object for updating a snapshot.Methods in com.oracle.bmc.filestorage.requests with parameters of type UpdateSnapshotDetails Modifier and Type Method Description UpdateSnapshotRequest.Builder
UpdateSnapshotRequest.Builder. body$(UpdateSnapshotDetails body)
Alternative setter for the body parameter.UpdateSnapshotRequest.Builder
UpdateSnapshotRequest.Builder. updateSnapshotDetails(UpdateSnapshotDetails updateSnapshotDetails)
Details object for updating a snapshot.
-