Uses of Class
com.ibm.cloud.is.vpc.v1.model.ShareSnapshot
-
Packages that use ShareSnapshot Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ShareSnapshot in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ShareSnapshot Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ShareSnapshot>
Vpc. createShareSnapshot(CreateShareSnapshotOptions createShareSnapshotOptions)
Create a snapshot for a file share.com.ibm.cloud.sdk.core.http.ServiceCall<ShareSnapshot>
Vpc. deleteShareSnapshot(DeleteShareSnapshotOptions deleteShareSnapshotOptions)
Delete a share snapshot.com.ibm.cloud.sdk.core.http.ServiceCall<ShareSnapshot>
Vpc. getShareSnapshot(GetShareSnapshotOptions getShareSnapshotOptions)
Retrieve a share snapshot.com.ibm.cloud.sdk.core.http.ServiceCall<ShareSnapshot>
Vpc. updateShareSnapshot(UpdateShareSnapshotOptions updateShareSnapshotOptions)
Update a share snapshot. -
Uses of ShareSnapshot in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ShareSnapshot Modifier and Type Method Description List<ShareSnapshot>
ShareSnapshotsPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<ShareSnapshot>
ShareSnapshotsPager. getNext()
Returns the next page of results.List<ShareSnapshot>
ShareSnapshotCollection. getSnapshots()
Gets the snapshots.
-