Uses of Class
com.ibm.cloud.is.vpc.v1.model.ListShareSnapshotsOptions
-
Packages that use ListShareSnapshotsOptions Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ListShareSnapshotsOptions in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 with parameters of type ListShareSnapshotsOptions Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ShareSnapshotCollection>
Vpc. listShareSnapshots(ListShareSnapshotsOptions listShareSnapshotsOptions)
List file share snapshots. -
Uses of ListShareSnapshotsOptions in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return ListShareSnapshotsOptions Modifier and Type Method Description ListShareSnapshotsOptions
ListShareSnapshotsOptions.Builder. build()
Builds a ListShareSnapshotsOptions.Constructors in com.ibm.cloud.is.vpc.v1.model with parameters of type ListShareSnapshotsOptions Constructor Description ShareSnapshotsPager(Vpc client, ListShareSnapshotsOptions options)
Constructs a new ShareSnapshotsPager instance with the specified client and options model instance.
-