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