| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
List<SigninDelegateGroup> |
Account.signinDelegateGroups()
The sign-in delegate groups associated with the account.
|
List<SigninDelegateGroup> |
AssociateSigninDelegateGroupsWithAccountRequest.signinDelegateGroups()
The sign-in delegate groups.
|
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
Account.Builder.signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
AssociateSigninDelegateGroupsWithAccountRequest.Builder |
AssociateSigninDelegateGroupsWithAccountRequest.Builder.signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)
The sign-in delegate groups.
|
| Modifier and Type | Method and Description |
|---|---|
Account.Builder |
Account.Builder.signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups associated with the account.
|
AssociateSigninDelegateGroupsWithAccountRequest.Builder |
AssociateSigninDelegateGroupsWithAccountRequest.Builder.signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)
The sign-in delegate groups.
|
Copyright © 2023. All rights reserved.