Uses of Class
software.amazon.awssdk.services.chatbot.model.AssociationListing
-
Packages that use AssociationListing Package Description software.amazon.awssdk.services.chatbot.model software.amazon.awssdk.services.chatbot.paginators -
-
Uses of AssociationListing in software.amazon.awssdk.services.chatbot.model
Methods in software.amazon.awssdk.services.chatbot.model that return types with arguments of type AssociationListing Modifier and Type Method Description List<AssociationListing>ListAssociationsResponse. associations()The resources associated with this channel configuration.Methods in software.amazon.awssdk.services.chatbot.model with parameters of type AssociationListing Modifier and Type Method Description ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associations(AssociationListing... associations)The resources associated with this channel configuration.Method parameters in software.amazon.awssdk.services.chatbot.model with type arguments of type AssociationListing Modifier and Type Method Description ListAssociationsResponse.BuilderListAssociationsResponse.Builder. associations(Collection<AssociationListing> associations)The resources associated with this channel configuration. -
Uses of AssociationListing in software.amazon.awssdk.services.chatbot.paginators
Methods in software.amazon.awssdk.services.chatbot.paginators that return types with arguments of type AssociationListing Modifier and Type Method Description SdkIterable<AssociationListing>ListAssociationsIterable. associations()Returns an iterable to iterate through the paginatedListAssociationsResponse.associations()member.SdkPublisher<AssociationListing>ListAssociationsPublisher. associations()Returns a publisher that can be used to get a stream of data.
-