Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DomainName
-
Packages that use DomainName Package Description software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of DomainName in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type DomainName Modifier and Type Method Description List<DomainName>GetDomainNamesResponse. items()The elements from this collection.Methods in software.amazon.awssdk.services.apigatewayv2.model with parameters of type DomainName Modifier and Type Method Description GetDomainNamesResponse.BuilderGetDomainNamesResponse.Builder. items(DomainName... items)The elements from this collection.Method parameters in software.amazon.awssdk.services.apigatewayv2.model with type arguments of type DomainName Modifier and Type Method Description GetDomainNamesResponse.BuilderGetDomainNamesResponse.Builder. items(Collection<DomainName> items)The elements from this collection.
-