Uses of Class
com.ibm.cloud.platform_services.iam_identity.v1.model.ServiceIdGroup
-
Packages that use ServiceIdGroup Package Description com.ibm.cloud.platform_services.iam_identity.v1 IAM Identity Services v1.com.ibm.cloud.platform_services.iam_identity.v1.model -
-
Uses of ServiceIdGroup in com.ibm.cloud.platform_services.iam_identity.v1
Methods in com.ibm.cloud.platform_services.iam_identity.v1 that return types with arguments of type ServiceIdGroup Modifier and Type Method Description com.ibm.cloud.sdk.core.http.ServiceCall<ServiceIdGroup>IamIdentity. createServiceIdGroup(CreateServiceIdGroupOptions createServiceIdGroupOptions)Create a service ID group.com.ibm.cloud.sdk.core.http.ServiceCall<ServiceIdGroup>IamIdentity. getServiceIdGroup(GetServiceIdGroupOptions getServiceIdGroupOptions)Get details of a service ID group.com.ibm.cloud.sdk.core.http.ServiceCall<ServiceIdGroup>IamIdentity. updateServiceIdGroup(UpdateServiceIdGroupOptions updateServiceIdGroupOptions)Update a service ID group. -
Uses of ServiceIdGroup in com.ibm.cloud.platform_services.iam_identity.v1.model
Methods in com.ibm.cloud.platform_services.iam_identity.v1.model that return types with arguments of type ServiceIdGroup Modifier and Type Method Description java.util.List<ServiceIdGroup>ServiceIdGroupList. getServiceidGroups()Gets the serviceidGroups.
-