Uses of Class
com.amazonaws.services.apigateway.model.GetDomainNameRequest
Packages that use GetDomainNameRequest
-
Uses of GetDomainNameRequest in com.amazonaws.services.apigateway
Methods in com.amazonaws.services.apigateway with parameters of type GetDomainNameRequestModifier 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.AbstractAmazonApiGatewayAsync.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 GetDomainNameRequestModifier 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 GetDomainNameRequest in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return GetDomainNameRequestModifier and TypeMethodDescriptionGetDomainNameRequest.clone()GetDomainNameRequest.withDomainName(String domainName) The name of the DomainName resource.