Uses of Class
software.amazon.awssdk.services.chime.model.AssociateSigninDelegateGroupsWithAccountResponse
-
Packages that use AssociateSigninDelegateGroupsWithAccountResponse Package Description software.amazon.awssdk.services.chime -
-
Uses of AssociateSigninDelegateGroupsWithAccountResponse in software.amazon.awssdk.services.chime
Methods in software.amazon.awssdk.services.chime that return AssociateSigninDelegateGroupsWithAccountResponse Modifier and Type Method Description default AssociateSigninDelegateGroupsWithAccountResponseChimeClient. associateSigninDelegateGroupsWithAccount(Consumer<AssociateSigninDelegateGroupsWithAccountRequest.Builder> associateSigninDelegateGroupsWithAccountRequest)Associates the specified sign-in delegate groups with the specified Amazon Chime account.default AssociateSigninDelegateGroupsWithAccountResponseChimeClient. associateSigninDelegateGroupsWithAccount(AssociateSigninDelegateGroupsWithAccountRequest associateSigninDelegateGroupsWithAccountRequest)Associates the specified sign-in delegate groups with the specified Amazon Chime account.Methods in software.amazon.awssdk.services.chime that return types with arguments of type AssociateSigninDelegateGroupsWithAccountResponse Modifier and Type Method Description default CompletableFuture<AssociateSigninDelegateGroupsWithAccountResponse>ChimeAsyncClient. associateSigninDelegateGroupsWithAccount(Consumer<AssociateSigninDelegateGroupsWithAccountRequest.Builder> associateSigninDelegateGroupsWithAccountRequest)Associates the specified sign-in delegate groups with the specified Amazon Chime account.default CompletableFuture<AssociateSigninDelegateGroupsWithAccountResponse>ChimeAsyncClient. associateSigninDelegateGroupsWithAccount(AssociateSigninDelegateGroupsWithAccountRequest associateSigninDelegateGroupsWithAccountRequest)Associates the specified sign-in delegate groups with the specified Amazon Chime account.
-