public static enum LocalStackContainer.Service extends java.lang.Enum<LocalStackContainer.Service> implements LocalStackContainer.EnabledService
| Enum Constant and Description |
|---|
API_GATEWAY |
CLOUDFORMATION |
CLOUDWATCH |
CLOUDWATCHLOGS |
DYNAMODB |
DYNAMODB_STREAMS |
EC2 |
FIREHOSE |
IAM |
KINESIS |
KMS |
LAMBDA |
REDSHIFT |
ROUTE53 |
S3 |
SECRETSMANAGER |
SES |
SNS |
SQS |
SSM |
STEPFUNCTIONS |
STS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocalStackName() |
java.lang.String |
getName() |
int |
getPort()
Deprecated.
|
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.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfnamedpublic static final LocalStackContainer.Service API_GATEWAY
public static final LocalStackContainer.Service EC2
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 final LocalStackContainer.Service SSM
public static final LocalStackContainer.Service SECRETSMANAGER
public static final LocalStackContainer.Service STEPFUNCTIONS
public static final LocalStackContainer.Service CLOUDWATCHLOGS
public static final LocalStackContainer.Service STS
public static final LocalStackContainer.Service IAM
public static final LocalStackContainer.Service KMS
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 getName()
getName in interface LocalStackContainer.EnabledService@Deprecated public int getPort()
getPort in interface LocalStackContainer.EnabledServicepublic java.lang.String getLocalStackName()