| Package | Description |
|---|---|
| pl.codewise.commons.aws.cqrs.model.route53 |
| Modifier and Type | Method | Description |
|---|---|---|
AwsHostedZone.Type |
AwsHostedZone.getType() |
|
static AwsHostedZone.Type |
AwsHostedZone.Type.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static AwsHostedZone.Type[] |
AwsHostedZone.Type.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
AwsHostedZone.Builder |
AwsHostedZone.Builder.withType(AwsHostedZone.Type type) |
| Constructor | Description |
|---|---|
AwsHostedZone(String id,
String name,
AwsHostedZone.Type type) |
Copyright © 2018. All rights reserved.