| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime |
The Amazon Chime API (application programming interface) is designed for developers to perform key tasks, such as
creating and managing Amazon Chime accounts, users, and Voice Connectors.
|
| Modifier and Type | Method and Description |
|---|---|
default GetUserSettingsResponse |
ChimeClient.getUserSettings(Consumer<GetUserSettingsRequest.Builder> getUserSettingsRequest)
Retrieves settings for the specified user ID, such as any associated phone number settings.
|
default GetUserSettingsResponse |
ChimeClient.getUserSettings(GetUserSettingsRequest getUserSettingsRequest)
Retrieves settings for the specified user ID, such as any associated phone number settings.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUserSettingsResponse> |
ChimeAsyncClient.getUserSettings(Consumer<GetUserSettingsRequest.Builder> getUserSettingsRequest)
Retrieves settings for the specified user ID, such as any associated phone number settings.
|
default CompletableFuture<GetUserSettingsResponse> |
ChimeAsyncClient.getUserSettings(GetUserSettingsRequest getUserSettingsRequest)
Retrieves settings for the specified user ID, such as any associated phone number settings.
|
Copyright © 2022. All rights reserved.