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