Uses of Class
software.amazon.awssdk.services.chimesdkmediapipelines.model.ArtifactsState
-
Packages that use ArtifactsState Package Description software.amazon.awssdk.services.chimesdkmediapipelines.model -
-
Uses of ArtifactsState in software.amazon.awssdk.services.chimesdkmediapipelines.model
Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return ArtifactsState Modifier and Type Method Description static ArtifactsStateArtifactsState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ArtifactsStateContentArtifactsConfiguration. state()Indicates whether the content artifact is enabled or disabled.ArtifactsStateVideoArtifactsConfiguration. state()Indicates whether the video artifact is enabled or disabled.static ArtifactsStateArtifactsState. 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.Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model that return types with arguments of type ArtifactsState Modifier and Type Method Description static Set<ArtifactsState>ArtifactsState. knownValues()Methods in software.amazon.awssdk.services.chimesdkmediapipelines.model with parameters of type ArtifactsState Modifier and Type Method Description ContentArtifactsConfiguration.BuilderContentArtifactsConfiguration.Builder. state(ArtifactsState state)Indicates whether the content artifact is enabled or disabled.VideoArtifactsConfiguration.BuilderVideoArtifactsConfiguration.Builder. state(ArtifactsState state)Indicates whether the video artifact is enabled or disabled.
-