public static enum LocalStackContainer.Service extends java.lang.Enum<LocalStackContainer.Service>
Enum Constant and Description |
---|
API_GATEWAY |
CLOUDFORMATION |
CLOUDWATCH |
DYNAMODB |
DYNAMODB_STREAMS |
FIREHOSE |
KINESIS |
LAMBDA |
REDSHIFT |
ROUTE53 |
S3 |
SES |
SNS |
SQS |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLocalStackName() |
java.lang.Integer |
getPort() |
static LocalStackContainer.Service |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalStackContainer.Service[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalStackContainer.Service API_GATEWAY
public static final LocalStackContainer.Service KINESIS
public static final LocalStackContainer.Service DYNAMODB
public static final LocalStackContainer.Service DYNAMODB_STREAMS
public static final LocalStackContainer.Service S3
public static final LocalStackContainer.Service FIREHOSE
public static final LocalStackContainer.Service LAMBDA
public static final LocalStackContainer.Service SNS
public static final LocalStackContainer.Service SQS
public static final LocalStackContainer.Service REDSHIFT
public static final LocalStackContainer.Service SES
public static final LocalStackContainer.Service ROUTE53
public static final LocalStackContainer.Service CLOUDFORMATION
public static final LocalStackContainer.Service CLOUDWATCH
public static LocalStackContainer.Service[] values()
for (LocalStackContainer.Service c : LocalStackContainer.Service.values()) System.out.println(c);
public static LocalStackContainer.Service valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLocalStackName()
public java.lang.Integer getPort()