Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.KeywordInformation
-
Packages that use KeywordInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of KeywordInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type KeywordInformation Modifier and Type Method Description List<KeywordInformation>DescribeKeywordsResponse. keywords()An array of KeywordInformation objects that contain the results.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type KeywordInformation Modifier and Type Method Description DescribeKeywordsResponse.BuilderDescribeKeywordsResponse.Builder. keywords(KeywordInformation... keywords)An array of KeywordInformation objects that contain the results.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type KeywordInformation Modifier and Type Method Description DescribeKeywordsResponse.BuilderDescribeKeywordsResponse.Builder. keywords(Collection<KeywordInformation> keywords)An array of KeywordInformation objects that contain the results. -
Uses of KeywordInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type KeywordInformation Modifier and Type Method Description SdkIterable<KeywordInformation>DescribeKeywordsIterable. keywords()Returns an iterable to iterate through the paginatedDescribeKeywordsResponse.keywords()member.SdkPublisher<KeywordInformation>DescribeKeywordsPublisher. keywords()Returns a publisher that can be used to get a stream of data.
-