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