| Package | Description |
|---|---|
| com.amazonaws.services.route53domains.model |
| Modifier and Type | Method and Description |
|---|---|
ExtraParam |
ExtraParam.clone() |
ExtraParam |
ExtraParam.withName(ExtraParamName name)
The name of an additional parameter that is required by a top-level domain.
|
ExtraParam |
ExtraParam.withName(String name)
The name of an additional parameter that is required by a top-level domain.
|
ExtraParam |
ExtraParam.withValue(String value)
The value that corresponds with the name of an extra parameter.
|
| Modifier and Type | Method and Description |
|---|---|
List<ExtraParam> |
ContactDetail.getExtraParams()
A list of name-value pairs for parameters required by certain top-level domains.
|
| Modifier and Type | Method and Description |
|---|---|
ContactDetail |
ContactDetail.withExtraParams(ExtraParam... extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ContactDetail.setExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
|
ContactDetail |
ContactDetail.withExtraParams(Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level domains.
|
Copyright © 2024. All rights reserved.