| Package | Description |
|---|---|
| xyz.fabiano.spring.localstack | |
| xyz.fabiano.spring.localstack.autoconfigure |
| Modifier and Type | Method and Description |
|---|---|
static LocalstackService |
LocalstackService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalstackService[] |
LocalstackService.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<LocalstackService> |
LocalstackService.defaultServices() |
| Modifier and Type | Method and Description |
|---|---|
LocalstackDockerBuilder |
LocalstackDockerBuilder.withService(LocalstackService service) |
LocalstackDockerBuilder |
LocalstackDockerBuilder.withServices(LocalstackService... services) |
| Modifier and Type | Method and Description |
|---|---|
LocalstackDockerBuilder |
LocalstackDockerBuilder.withServices(Collection<LocalstackService> services) |
| Modifier and Type | Method and Description |
|---|---|
List<LocalstackService> |
LocalstackAutoConfiguration.services() |
Copyright © 2018. All rights reserved.