Serializable
, Comparable<PollyActions>
, Action
@Generated("software.amazon.awssdk:aws-java-sdk-code-generator") public enum PollyActions extends Enum<PollyActions> implements Action
Enum Constant | Description |
---|---|
AllPollyActions |
Represents any action executed on Amazon Polly.
|
DeleteLexicon |
Action for the DeleteLexicon operation.
|
DescribeVoices |
Action for the DescribeVoices operation.
|
GetLexicon |
Action for the GetLexicon operation.
|
ListLexicons |
Action for the ListLexicons operation.
|
PutLexicon |
Action for the PutLexicon operation.
|
SynthesizeSpeech |
Action for the SynthesizeSpeech operation.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getActionName() |
Returns the name of this action.
|
static PollyActions |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static PollyActions[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PollyActions AllPollyActions
public static final PollyActions DeleteLexicon
public static final PollyActions DescribeVoices
public static final PollyActions GetLexicon
public static final PollyActions ListLexicons
public static final PollyActions PutLexicon
public static final PollyActions SynthesizeSpeech
public static PollyActions[] values()
for (PollyActions c : PollyActions.values()) System.out.println(c);
public static PollyActions valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String getActionName()
Action
getActionName
in interface Action
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.