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