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