Package | Description |
---|---|
com.amazonaws.services.route53domains.model | |
com.amazonaws.services.route53domains.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ExtraParam> |
ContactDetail.extraParams
A list of name-value pairs for parameters required by certain top-level
domains.
|
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(java.lang.String name)
Name of the additional parameter required by the top-level domain.
|
ExtraParam |
ExtraParam.withValue(java.lang.String value)
Values corresponding to the additional parameter names required by some
top-level domains.
|
Modifier and Type | Method and Description |
---|---|
java.util.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(java.util.Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level
domains.
|
ContactDetail |
ContactDetail.withExtraParams(java.util.Collection<ExtraParam> extraParams)
A list of name-value pairs for parameters required by certain top-level
domains.
|
Modifier and Type | Method and Description |
---|---|
ExtraParam |
ExtraParamJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
ExtraParamJsonMarshaller.marshall(ExtraParam extraParam,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|