Package | Description |
---|---|
com.amazonaws.services.route53domains.model |
Modifier and Type | Method and Description |
---|---|
ExtraParam |
ExtraParam.clone() |
ExtraParam |
ExtraParam.withName(ExtraParamName name)
Name of the additional parameter required by the top-level domain.
|
ExtraParam |
ExtraParam.withName(String name)
Name of the additional parameter required by the top-level domain.
|
ExtraParam |
ExtraParam.withValue(String value)
Values corresponding to the additional parameter names required by some
top-level domains.
|
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 © 2018. All rights reserved.