Uses of Interface
software.amazon.awssdk.services.iotsitewise.model.GroupIdentity.Builder
-
Packages that use GroupIdentity.Builder Package Description software.amazon.awssdk.services.iotsitewise.model -
-
Uses of GroupIdentity.Builder in software.amazon.awssdk.services.iotsitewise.model
Methods in software.amazon.awssdk.services.iotsitewise.model that return GroupIdentity.Builder Modifier and Type Method Description static GroupIdentity.BuilderGroupIdentity. builder()GroupIdentity.BuilderGroupIdentity.Builder. id(String id)The IAM Identity Center ID of the group.GroupIdentity.BuilderGroupIdentity. toBuilder()Methods in software.amazon.awssdk.services.iotsitewise.model that return types with arguments of type GroupIdentity.Builder Modifier and Type Method Description static Class<? extends GroupIdentity.Builder>GroupIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iotsitewise.model with type arguments of type GroupIdentity.Builder Modifier and Type Method Description default Identity.BuilderIdentity.Builder. group(Consumer<GroupIdentity.Builder> group)An IAM Identity Center group identity.
-