| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainNameResult |
AmazonApiGatewayClient.updateDomainName(UpdateDomainNameRequest request)
Changes information about the DomainName resource.
|
UpdateDomainNameResult |
AmazonApiGateway.updateDomainName(UpdateDomainNameRequest updateDomainNameRequest)
Changes information about the DomainName resource.
|
UpdateDomainNameResult |
AbstractAmazonApiGateway.updateDomainName(UpdateDomainNameRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDomainNameResult> |
AmazonApiGatewayAsyncClient.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
Future<UpdateDomainNameResult> |
AbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
Future<UpdateDomainNameResult> |
AmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest updateDomainNameRequest,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler)
Changes information about the DomainName resource.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainNameResult |
UpdateDomainNameResult.clone() |
UpdateDomainNameResult |
UpdateDomainNameResult.withCertificateArn(String certificateArn)
The reference to an AWS-managed certificate that will be used by edge-optimized endpoint for this domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withCertificateName(String certificateName)
The name of the certificate that will be used by edge-optimized endpoint for this domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withCertificateUploadDate(Date certificateUploadDate)
The timestamp when the certificate that was used by edge-optimized endpoint for this domain name was uploaded.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withDistributionDomainName(String distributionDomainName)
The domain name of the Amazon CloudFront distribution associated with this custom domain name for an
edge-optimized endpoint.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withDistributionHostedZoneId(String distributionHostedZoneId)
The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withDomainName(String domainName)
The custom domain name as an API host name, for example,
my-api.example.com. |
UpdateDomainNameResult |
UpdateDomainNameResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withRegionalCertificateArn(String regionalCertificateArn)
The reference to an AWS-managed certificate that will be used for validating the regional domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withRegionalCertificateName(String regionalCertificateName)
The name of the certificate that will be used for validating the regional domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withRegionalDomainName(String regionalDomainName)
The domain name associated with the regional endpoint for this custom domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withRegionalHostedZoneId(String regionalHostedZoneId)
The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.
|
Copyright © 2018. All rights reserved.