Uses of Class
com.ibm.cloud.is.vpc.v1.model.Share
-
Packages that use Share Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of Share in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type Share Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<Share>Vpc. createShare(CreateShareOptions createShareOptions)Create a file share.com.ibm.cloud.sdk.core.http.ServiceCall<Share>Vpc. deleteShare(DeleteShareOptions deleteShareOptions)Delete a file share.com.ibm.cloud.sdk.core.http.ServiceCall<Share>Vpc. getShare(GetShareOptions getShareOptions)Retrieve a file share.com.ibm.cloud.sdk.core.http.ServiceCall<Share>Vpc. updateShare(UpdateShareOptions updateShareOptions)Update a file share. -
Uses of Share in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type Share Modifier and Type Method Description List<Share>SharesPager. getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<Share>SharesPager. getNext()Returns the next page of results.List<Share>ShareCollection. getShares()Gets the shares.
-