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