| Package | Description |
|---|---|
| software.amazon.awssdk.services.chime.model |
| Modifier and Type | Method and Description |
|---|---|
static ArtifactsState |
ArtifactsState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ArtifactsState |
ContentArtifactsConfiguration.state()
Indicates whether the content artifact is enabled or disabled.
|
ArtifactsState |
VideoArtifactsConfiguration.state()
Indicates whether the video artifact is enabled or disabled.
|
static ArtifactsState |
ArtifactsState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArtifactsState[] |
ArtifactsState.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<ArtifactsState> |
ArtifactsState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ContentArtifactsConfiguration.Builder |
ContentArtifactsConfiguration.Builder.state(ArtifactsState state)
Indicates whether the content artifact is enabled or disabled.
|
VideoArtifactsConfiguration.Builder |
VideoArtifactsConfiguration.Builder.state(ArtifactsState state)
Indicates whether the video artifact is enabled or disabled.
|
Copyright © 2023. All rights reserved.