| 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 GetUserResponse |
ChimeClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting
PIN.
|
default GetUserResponse |
ChimeClient.getUser(GetUserRequest getUserRequest)
Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting
PIN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetUserResponse> |
ChimeAsyncClient.getUser(Consumer<GetUserRequest.Builder> getUserRequest)
Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting
PIN.
|
default CompletableFuture<GetUserResponse> |
ChimeAsyncClient.getUser(GetUserRequest getUserRequest)
Retrieves details for the specified user ID, such as primary email address, license type,and personal meeting
PIN.
|
Copyright © 2022. All rights reserved.