Uses of Class
software.amazon.awssdk.services.appsync.model.DomainNameConfig
-
Packages that use DomainNameConfig Package Description software.amazon.awssdk.services.appsync.model software.amazon.awssdk.services.appsync.paginators -
-
Uses of DomainNameConfig in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return DomainNameConfig Modifier and Type Method Description DomainNameConfigCreateDomainNameResponse. domainNameConfig()The configuration for theDomainName.DomainNameConfigGetDomainNameResponse. domainNameConfig()The configuration for theDomainName.DomainNameConfigUpdateDomainNameResponse. domainNameConfig()The configuration for theDomainName.Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type DomainNameConfig Modifier and Type Method Description List<DomainNameConfig>ListDomainNamesResponse. domainNameConfigs()Lists configurations for multiple domain names.Methods in software.amazon.awssdk.services.appsync.model with parameters of type DomainNameConfig Modifier and Type Method Description CreateDomainNameResponse.BuilderCreateDomainNameResponse.Builder. domainNameConfig(DomainNameConfig domainNameConfig)The configuration for theDomainName.GetDomainNameResponse.BuilderGetDomainNameResponse.Builder. domainNameConfig(DomainNameConfig domainNameConfig)The configuration for theDomainName.UpdateDomainNameResponse.BuilderUpdateDomainNameResponse.Builder. domainNameConfig(DomainNameConfig domainNameConfig)The configuration for theDomainName.ListDomainNamesResponse.BuilderListDomainNamesResponse.Builder. domainNameConfigs(DomainNameConfig... domainNameConfigs)Lists configurations for multiple domain names.Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type DomainNameConfig Modifier and Type Method Description ListDomainNamesResponse.BuilderListDomainNamesResponse.Builder. domainNameConfigs(Collection<DomainNameConfig> domainNameConfigs)Lists configurations for multiple domain names. -
Uses of DomainNameConfig in software.amazon.awssdk.services.appsync.paginators
Methods in software.amazon.awssdk.services.appsync.paginators that return types with arguments of type DomainNameConfig Modifier and Type Method Description SdkIterable<DomainNameConfig>ListDomainNamesIterable. domainNameConfigs()Returns an iterable to iterate through the paginatedListDomainNamesResponse.domainNameConfigs()member.SdkPublisher<DomainNameConfig>ListDomainNamesPublisher. domainNameConfigs()Returns a publisher that can be used to get a stream of data.
-