Uses of Class
com.ibm.cloud.is.vpc.v1.model.ShareProfile
-
Packages that use ShareProfile Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of ShareProfile in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type ShareProfile Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ShareProfile>
Vpc. getShareProfile(GetShareProfileOptions getShareProfileOptions)
Retrieve a file share profile. -
Uses of ShareProfile in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type ShareProfile Modifier and Type Method Description List<ShareProfile>
ShareProfilesPager. getAll()
Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<ShareProfile>
ShareProfilesPager. getNext()
Returns the next page of results.List<ShareProfile>
ShareProfileCollection. getProfiles()
Gets the profiles.
-