Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<DomainName> |
GetDomainNamesResult.items
The current page of any DomainName resources in the collection of
DomainName resources.
|
Modifier and Type | Method and Description |
---|---|
DomainName |
DomainName.clone() |
DomainName |
DomainName.withCertificateName(java.lang.String certificateName)
The name of the certificate.
|
DomainName |
DomainName.withCertificateUploadDate(java.util.Date certificateUploadDate)
The date when the certificate was uploaded, in ISO 8601 format.
|
DomainName |
DomainName.withDistributionDomainName(java.lang.String distributionDomainName)
The domain name of the Amazon CloudFront distribution.
|
DomainName |
DomainName.withDomainName(java.lang.String domainName)
The name of the DomainName resource.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<DomainName> |
GetDomainNamesResult.getItems()
The current page of any DomainName resources in the collection of
DomainName resources.
|
Modifier and Type | Method and Description |
---|---|
GetDomainNamesResult |
GetDomainNamesResult.withItems(DomainName... items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDomainNamesResult.setItems(java.util.Collection<DomainName> items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
GetDomainNamesResult |
GetDomainNamesResult.withItems(java.util.Collection<DomainName> items)
The current page of any DomainName resources in the collection of
DomainName resources.
|
Modifier and Type | Method and Description |
---|---|
DomainName |
DomainNameJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
DomainNameJsonMarshaller.marshall(DomainName domainName,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|