Uses of Class
software.amazon.awssdk.services.apigateway.model.DomainName
Packages that use DomainName
Package
Description
-
Uses of DomainName in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type DomainNameModifier and TypeMethodDescriptionfinal List<DomainName>GetDomainNamesResponse.items()The current page of elements from this collection.Methods in software.amazon.awssdk.services.apigateway.model with parameters of type DomainNameModifier and TypeMethodDescriptionGetDomainNamesResponse.Builder.items(DomainName... items) The current page of elements from this collection.Method parameters in software.amazon.awssdk.services.apigateway.model with type arguments of type DomainNameModifier and TypeMethodDescriptionGetDomainNamesResponse.Builder.items(Collection<DomainName> items) The current page of elements from this collection. -
Uses of DomainName in software.amazon.awssdk.services.apigateway.paginators
Methods in software.amazon.awssdk.services.apigateway.paginators that return types with arguments of type DomainNameModifier and TypeMethodDescriptionfinal SdkIterable<DomainName>GetDomainNamesIterable.items()Returns an iterable to iterate through the paginatedGetDomainNamesResponse.items()member.final SdkPublisher<DomainName>GetDomainNamesPublisher.items()Returns a publisher that can be used to get a stream of data.