| Package | Description |
|---|---|
| software.amazon.awssdk.services.chimesdkmeetings.model |
| Modifier and Type | Method and Description |
|---|---|
MediaCapabilities |
AttendeeCapabilities.audio()
The audio capability assigned to an attendee.
|
MediaCapabilities |
AttendeeCapabilities.content()
The content capability assigned to an attendee.
|
static MediaCapabilities |
MediaCapabilities.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static MediaCapabilities |
MediaCapabilities.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaCapabilities[] |
MediaCapabilities.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
MediaCapabilities |
AttendeeCapabilities.video()
The video capability assigned to an attendee.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<MediaCapabilities> |
MediaCapabilities.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AttendeeCapabilities.Builder |
AttendeeCapabilities.Builder.audio(MediaCapabilities audio)
The audio capability assigned to an attendee.
|
AttendeeCapabilities.Builder |
AttendeeCapabilities.Builder.content(MediaCapabilities content)
The content capability assigned to an attendee.
|
AttendeeCapabilities.Builder |
AttendeeCapabilities.Builder.video(MediaCapabilities video)
The video capability assigned to an attendee.
|
Copyright © 2023. All rights reserved.