| Package | Description |
|---|---|
| software.amazon.awssdk.services.alexaforbusiness.model |
| Modifier and Type | Method and Description |
|---|---|
ConferenceProviderType |
UpdateConferenceProviderRequest.conferenceProviderType()
The type of the conference provider.
|
ConferenceProviderType |
CreateConferenceProviderRequest.conferenceProviderType()
Represents a type within a list of predefined types.
|
static ConferenceProviderType |
ConferenceProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ConferenceProviderType |
ConferenceProvider.type()
The type of conference providers.
|
static ConferenceProviderType |
ConferenceProviderType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConferenceProviderType[] |
ConferenceProviderType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ConferenceProviderType> |
ConferenceProviderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateConferenceProviderRequest.Builder |
UpdateConferenceProviderRequest.Builder.conferenceProviderType(ConferenceProviderType conferenceProviderType)
The type of the conference provider.
|
CreateConferenceProviderRequest.Builder |
CreateConferenceProviderRequest.Builder.conferenceProviderType(ConferenceProviderType conferenceProviderType)
Represents a type within a list of predefined types.
|
ConferenceProvider.Builder |
ConferenceProvider.Builder.type(ConferenceProviderType type)
The type of conference providers.
|
Copyright © 2023. All rights reserved.