Uses of Class
com.amazonaws.services.apigateway.model.GetDomainNameResult
Packages that use GetDomainNameResult
-
Uses of GetDomainNameResult in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway that return GetDomainNameResultModifier and TypeMethodDescriptionAbstractAmazonApiGateway.getDomainName
(GetDomainNameRequest request) AmazonApiGateway.getDomainName
(GetDomainNameRequest getDomainNameRequest) Represents a domain name that is contained in a simpler, more intuitive URL that can be called.AmazonApiGatewayClient.getDomainName
(GetDomainNameRequest getDomainNameRequest) Represents a domain name that is contained in a simpler, more intuitive URL that can be called.Methods in com.amazonaws.services.apigateway that return types with arguments of type GetDomainNameResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getDomainNameAsync
(GetDomainNameRequest request) AbstractAmazonApiGatewayAsync.getDomainNameAsync
(GetDomainNameRequest request, AsyncHandler<GetDomainNameRequest, GetDomainNameResult> asyncHandler) AmazonApiGatewayAsync.getDomainNameAsync
(GetDomainNameRequest getDomainNameRequest) Represents a domain name that is contained in a simpler, more intuitive URL that can be called.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.AmazonApiGatewayAsyncClient.getDomainNameAsync
(GetDomainNameRequest request) AmazonApiGatewayAsyncClient.getDomainNameAsync
(GetDomainNameRequest request, AsyncHandler<GetDomainNameRequest, GetDomainNameResult> asyncHandler) Method parameters in com.amazonaws.services.apigateway with type arguments of type GetDomainNameResultModifier and TypeMethodDescriptionAbstractAmazonApiGatewayAsync.getDomainNameAsync
(GetDomainNameRequest request, AsyncHandler<GetDomainNameRequest, GetDomainNameResult> asyncHandler) 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.AmazonApiGatewayAsyncClient.getDomainNameAsync
(GetDomainNameRequest request, AsyncHandler<GetDomainNameRequest, GetDomainNameResult> asyncHandler) -
Uses of GetDomainNameResult in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetDomainNameResultModifier and TypeMethodDescriptionGetDomainNameResult.clone()
GetDomainNameResult.withCertificateName
(String certificateName) The name of the certificate.GetDomainNameResult.withCertificateUploadDate
(Date certificateUploadDate) The date when the certificate was uploaded, in ISO 8601 format.GetDomainNameResult.withDistributionDomainName
(String distributionDomainName) The domain name of the Amazon CloudFront distribution.GetDomainNameResult.withDomainName
(String domainName) The name of the DomainName resource.