| Package | Description |
|---|---|
| com.amazonaws.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
SigninDelegateGroup |
SigninDelegateGroup.clone() |
SigninDelegateGroup |
SigninDelegateGroup.withGroupName(String groupName)
The group name.
|
| Modifier and Type | Method and Description |
|---|---|
List<SigninDelegateGroup> |
AssociateSigninDelegateGroupsWithAccountRequest.getSigninDelegateGroups()
The sign-in delegate groups.
|
List<SigninDelegateGroup> |
Account.getSigninDelegateGroups()
The sign-in delegate groups associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
AssociateSigninDelegateGroupsWithAccountRequest |
AssociateSigninDelegateGroupsWithAccountRequest.withSigninDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups.
|
Account |
Account.withSigninDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssociateSigninDelegateGroupsWithAccountRequest.setSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
|
void |
Account.setSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
AssociateSigninDelegateGroupsWithAccountRequest |
AssociateSigninDelegateGroupsWithAccountRequest.withSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
|
Account |
Account.withSigninDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
Copyright © 2021. All rights reserved.