| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
GetDomainNameResult |
AbstractAmazonApiGateway.getDomainName(GetDomainNameRequest request) |
GetDomainNameResult |
AmazonApiGateway.getDomainName(GetDomainNameRequest getDomainNameRequest)
Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
|
GetDomainNameResult |
AmazonApiGatewayClient.getDomainName(GetDomainNameRequest request)
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> |
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) |
Future<GetDomainNameResult> |
AbstractAmazonApiGatewayAsync.getDomainNameAsync(GetDomainNameRequest request) |
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.
|
Future<GetDomainNameResult> |
AmazonApiGatewayAsyncClient.getDomainNameAsync(GetDomainNameRequest request,
AsyncHandler<GetDomainNameRequest,GetDomainNameResult> asyncHandler) |
Future<GetDomainNameResult> |
AbstractAmazonApiGatewayAsync.getDomainNameAsync(GetDomainNameRequest request,
AsyncHandler<GetDomainNameRequest,GetDomainNameResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Future<GetDomainNameResult> |
AmazonApiGatewayAsyncClient.getDomainNameAsync(GetDomainNameRequest request,
AsyncHandler<GetDomainNameRequest,GetDomainNameResult> asyncHandler) |
Future<GetDomainNameResult> |
AbstractAmazonApiGatewayAsync.getDomainNameAsync(GetDomainNameRequest request,
AsyncHandler<GetDomainNameRequest,GetDomainNameResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetDomainNameResult |
GetDomainNameResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetDomainNameResult |
GetDomainNameResult.clearTagsEntries()
Removes all the entries added into Tags.
|
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.withDomainNameStatus(DomainNameStatus domainNameStatus)
The status of the DomainName migration.
|
GetDomainNameResult |
GetDomainNameResult.withDomainNameStatus(String domainNameStatus)
The status of the DomainName migration.
|
GetDomainNameResult |
GetDomainNameResult.withDomainNameStatusMessage(String domainNameStatusMessage)
An optional text message containing detailed information about status of the DomainName migration.
|
GetDomainNameResult |
GetDomainNameResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
GetDomainNameResult |
GetDomainNameResult.withMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
GetDomainNameResult |
GetDomainNameResult.withOwnershipVerificationCertificateArn(String ownershipVerificationCertificateArn)
The ARN of the public certificate issued by ACM to validate ownership of your custom domain.
|
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.
|
GetDomainNameResult |
GetDomainNameResult.withSecurityPolicy(SecurityPolicy securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
GetDomainNameResult |
GetDomainNameResult.withSecurityPolicy(String securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
GetDomainNameResult |
GetDomainNameResult.withTags(Map<String,String> tags)
The collection of tags.
|
Copyright © 2021. All rights reserved.