Enum Class Timestream2Operations
java.lang.Object
java.lang.Enum<Timestream2Operations>
org.apache.camel.component.aws2.timestream.Timestream2Operations
- All Implemented Interfaces:
Serializable
,Comparable<Timestream2Operations>
,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionWrite OperationsQuery OperationsDescribes Endpoints available for Write or Query -
Method Summary
Modifier and TypeMethodDescriptionstatic Timestream2Operations
Returns the enum constant of this class with the specified name.static Timestream2Operations[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
describeEndpoints
Describes Endpoints available for Write or Query -
createBatchLoadTask
Write Operations -
describeBatchLoadTask
-
resumeBatchLoadTask
-
listBatchLoadTasks
-
createDatabase
-
deleteDatabase
-
describeDatabase
-
updateDatabase
-
listDatabases
-
createTable
-
deleteTable
-
describeTable
-
updateTable
-
listTables
-
writeRecords
-
createScheduledQuery
Query Operations -
deleteScheduledQuery
-
executeScheduledQuery
-
updateScheduledQuery
-
describeScheduledQuery
-
listScheduledQueries
-
prepareQuery
-
query
-
cancelQuery
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-