Uses of Class
software.amazon.awssdk.services.chime.model.SigninDelegateGroup
-
Packages that use SigninDelegateGroup Package Description software.amazon.awssdk.services.chime.model -
-
Uses of SigninDelegateGroup in software.amazon.awssdk.services.chime.model
Methods in software.amazon.awssdk.services.chime.model that return types with arguments of type SigninDelegateGroup Modifier and Type Method Description List<SigninDelegateGroup>Account. signinDelegateGroups()The sign-in delegate groups associated with the account.List<SigninDelegateGroup>AssociateSigninDelegateGroupsWithAccountRequest. signinDelegateGroups()The sign-in delegate groups.Methods in software.amazon.awssdk.services.chime.model with parameters of type SigninDelegateGroup Modifier and Type Method Description Account.BuilderAccount.Builder. signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)The sign-in delegate groups associated with the account.AssociateSigninDelegateGroupsWithAccountRequest.BuilderAssociateSigninDelegateGroupsWithAccountRequest.Builder. signinDelegateGroups(SigninDelegateGroup... signinDelegateGroups)The sign-in delegate groups.Method parameters in software.amazon.awssdk.services.chime.model with type arguments of type SigninDelegateGroup Modifier and Type Method Description Account.BuilderAccount.Builder. signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)The sign-in delegate groups associated with the account.AssociateSigninDelegateGroupsWithAccountRequest.BuilderAssociateSigninDelegateGroupsWithAccountRequest.Builder. signinDelegateGroups(Collection<SigninDelegateGroup> signinDelegateGroups)The sign-in delegate groups.
-