Uses of Class
com.ibm.cloud.is.vpc.v1.model.PlacementGroup
-
Packages that use PlacementGroup Package Description com.ibm.cloud.is.vpc.v1 Virtual Private Cloud API v1.com.ibm.cloud.is.vpc.v1.model -
-
Uses of PlacementGroup in com.ibm.cloud.is.vpc.v1
Methods in com.ibm.cloud.is.vpc.v1 that return types with arguments of type PlacementGroup Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<PlacementGroup>Vpc. createPlacementGroup(CreatePlacementGroupOptions createPlacementGroupOptions)Create a placement group.com.ibm.cloud.sdk.core.http.ServiceCall<PlacementGroup>Vpc. getPlacementGroup(GetPlacementGroupOptions getPlacementGroupOptions)Retrieve a placement group.com.ibm.cloud.sdk.core.http.ServiceCall<PlacementGroup>Vpc. updatePlacementGroup(UpdatePlacementGroupOptions updatePlacementGroupOptions)Update a placement group. -
Uses of PlacementGroup in com.ibm.cloud.is.vpc.v1.model
Methods in com.ibm.cloud.is.vpc.v1.model that return types with arguments of type PlacementGroup Modifier and Type Method Description List<PlacementGroup>PlacementGroupsPager. getAll()Returns all results by invoking getNext() repeatedly until all pages of results have been retrieved.List<PlacementGroup>PlacementGroupsPager. getNext()Returns the next page of results.List<PlacementGroup>PlacementGroupCollection. getPlacementGroups()Gets the placementGroups.
-