public enum LocalstackService extends Enum<LocalstackService>
| Enum Constant and Description |
|---|
API_GATEWAY |
CLOUDFORMATION |
CLOUDWATCH |
DYNAMO |
DYNAMO_STREAMS |
ELASTICSEARCH |
ELASTICSEARCH_SERVICE |
FIREHOSE |
KINESIS |
LAMBDA |
REDSHIFT |
ROUTE53 |
S3 |
SES |
SNS |
SQS |
SSM |
| Modifier and Type | Method and Description |
|---|---|
static Set<LocalstackService> |
defaultServices() |
String |
toString() |
static LocalstackService |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalstackService[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalstackService API_GATEWAY
public static final LocalstackService KINESIS
public static final LocalstackService DYNAMO
public static final LocalstackService DYNAMO_STREAMS
public static final LocalstackService S3
public static final LocalstackService FIREHOSE
public static final LocalstackService LAMBDA
public static final LocalstackService SNS
public static final LocalstackService SQS
public static final LocalstackService REDSHIFT
public static final LocalstackService SES
public static final LocalstackService ROUTE53
public static final LocalstackService CLOUDFORMATION
public static final LocalstackService CLOUDWATCH
public static final LocalstackService SSM
public static final LocalstackService ELASTICSEARCH
public static final LocalstackService ELASTICSEARCH_SERVICE
public static LocalstackService[] values()
for (LocalstackService c : LocalstackService.values()) System.out.println(c);
public static LocalstackService 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 static Set<LocalstackService> defaultServices()
public String toString()
toString in class Enum<LocalstackService>Copyright © 2018. All rights reserved.