| 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 |
AbstractAmazonApiGateway.updateDomainName(UpdateDomainNameRequest request) |
UpdateDomainNameResult |
AmazonApiGateway.updateDomainName(UpdateDomainNameRequest updateDomainNameRequest)
Changes information about the DomainName resource.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateDomainNameResult> |
AmazonApiGatewayAsyncClient.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
Future<UpdateDomainNameResult> |
AmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest updateDomainNameRequest,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler)
Changes information about the DomainName resource.
|
Future<UpdateDomainNameResult> |
AbstractAmazonApiGatewayAsync.updateDomainNameAsync(UpdateDomainNameRequest request,
AsyncHandler<UpdateDomainNameRequest,UpdateDomainNameResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateDomainNameResult |
UpdateDomainNameResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
UpdateDomainNameResult |
UpdateDomainNameResult.clearTagsEntries()
Removes all the entries added into Tags.
|
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.withDomainNameStatus(DomainNameStatus domainNameStatus)
The status of the DomainName migration.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withDomainNameStatus(String domainNameStatus)
The status of the DomainName migration.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withDomainNameStatusMessage(String domainNameStatusMessage)
An optional text message containing detailed information about status of the DomainName migration.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withEndpointConfiguration(EndpointConfiguration endpointConfiguration)
The endpoint configuration of this DomainName showing the endpoint types of the domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withMutualTlsAuthentication(MutualTlsAuthentication mutualTlsAuthentication)
The mutual TLS authentication configuration for a custom domain name.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withOwnershipVerificationCertificateArn(String ownershipVerificationCertificateArn)
The ARN of the public certificate issued by ACM to validate ownership of your custom domain.
|
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.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withSecurityPolicy(SecurityPolicy securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withSecurityPolicy(String securityPolicy)
The Transport Layer Security (TLS) version + cipher suite for this DomainName.
|
UpdateDomainNameResult |
UpdateDomainNameResult.withTags(Map<String,String> tags)
The collection of tags.
|
Copyright © 2022. All rights reserved.