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