Amazon.APIGateway.AmazonAPIGatewayClient.GetDomainName C# (CSharp) Метод

GetDomainName() публичный Метод

Represents a domain name that is contained in a simpler, more intuitive URL that can be called.
/// /// /// /// /// /// /// ///
public GetDomainName ( Amazon.APIGateway.Model.GetDomainNameRequest request ) : GetDomainNameResponse
request Amazon.APIGateway.Model.GetDomainNameRequest Container for the necessary parameters to execute the GetDomainName service method.
Результат Amazon.APIGateway.Model.GetDomainNameResponse
        public GetDomainNameResponse GetDomainName(GetDomainNameRequest request)
        {
            var marshaller = new GetDomainNameRequestMarshaller();
            var unmarshaller = GetDomainNameResponseUnmarshaller.Instance;

            return Invoke<GetDomainNameRequest,GetDomainNameResponse>(request, marshaller, unmarshaller);
        }
AmazonAPIGatewayClient