Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetDomainNamesResponse
-
Packages that use GetDomainNamesResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetDomainNamesResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetDomainNamesResponse Modifier and Type Method Description default GetDomainNamesResponseApiGatewayV2Client. getDomainNames()Gets the domain names for an AWS account.default GetDomainNamesResponseApiGatewayV2Client. getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest)Gets the domain names for an AWS account.default GetDomainNamesResponseApiGatewayV2Client. getDomainNames(GetDomainNamesRequest getDomainNamesRequest)Gets the domain names for an AWS account.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetDomainNamesResponse Modifier and Type Method Description default CompletableFuture<GetDomainNamesResponse>ApiGatewayV2AsyncClient. getDomainNames()Gets the domain names for an AWS account.default CompletableFuture<GetDomainNamesResponse>ApiGatewayV2AsyncClient. getDomainNames(Consumer<GetDomainNamesRequest.Builder> getDomainNamesRequest)Gets the domain names for an AWS account.default CompletableFuture<GetDomainNamesResponse>ApiGatewayV2AsyncClient. getDomainNames(GetDomainNamesRequest getDomainNamesRequest)Gets the domain names for an AWS account.
-