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