Class SecretGroupCollection
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.SecretGroupCollection
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class SecretGroupCollection extends com.ibm.cloud.sdk.core.service.model.GenericModelProperties that describe a collection of secret groups.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<SecretGroup>getSecretGroups()Gets the secretGroups.LonggetTotalCount()Gets the totalCount.
-
-
-
Method Detail
-
getSecretGroups
public List<SecretGroup> getSecretGroups()
Gets the secretGroups. A collection of secret groups.- Returns:
- the secretGroups
-
getTotalCount
public Long getTotalCount()
Gets the totalCount. The total number of resources in a collection.- Returns:
- the totalCount
-
-