Uses of Class
com.oracle.bmc.filestorage.model.CreateSnapshotDetails
-
Packages that use CreateSnapshotDetails Package Description com.oracle.bmc.filestorage.model com.oracle.bmc.filestorage.requests -
-
Uses of CreateSnapshotDetails in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return CreateSnapshotDetails Modifier and Type Method Description CreateSnapshotDetails
CreateSnapshotDetails.Builder. build()
Methods in com.oracle.bmc.filestorage.model with parameters of type CreateSnapshotDetails Modifier and Type Method Description CreateSnapshotDetails.Builder
CreateSnapshotDetails.Builder. copy(CreateSnapshotDetails model)
-
Uses of CreateSnapshotDetails in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return CreateSnapshotDetails Modifier and Type Method Description CreateSnapshotDetails
CreateSnapshotRequest. getBody$()
Alternative accessor for the body parameter.CreateSnapshotDetails
CreateSnapshotRequest. getCreateSnapshotDetails()
Details for creating a new snapshot.Methods in com.oracle.bmc.filestorage.requests with parameters of type CreateSnapshotDetails Modifier and Type Method Description CreateSnapshotRequest.Builder
CreateSnapshotRequest.Builder. body$(CreateSnapshotDetails body)
Alternative setter for the body parameter.CreateSnapshotRequest.Builder
CreateSnapshotRequest.Builder. createSnapshotDetails(CreateSnapshotDetails createSnapshotDetails)
Details for creating a new snapshot.
-