Uses of Class
software.amazon.awssdk.services.apigateway.model.GetDomainNameRequest
-
Packages that use GetDomainNameRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetDomainNameRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetDomainNameRequest Modifier and Type Method Description default CompletableFuture<GetDomainNameResponse>ApiGatewayAsyncClient. getDomainName(GetDomainNameRequest getDomainNameRequest)Represents a domain name that is contained in a simpler, more intuitive URL that can be called.default GetDomainNameResponseApiGatewayClient. getDomainName(GetDomainNameRequest getDomainNameRequest)Represents a domain name that is contained in a simpler, more intuitive URL that can be called. -
Uses of GetDomainNameRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetDomainNameRequest Modifier and Type Method Description SdkHttpFullRequestGetDomainNameRequestMarshaller. marshall(GetDomainNameRequest getDomainNameRequest)
-