Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.ConfigurationSetInformation
-
Packages that use ConfigurationSetInformation Package Description software.amazon.awssdk.services.pinpointsmsvoicev2.model software.amazon.awssdk.services.pinpointsmsvoicev2.paginators -
-
Uses of ConfigurationSetInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.model
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model that return types with arguments of type ConfigurationSetInformation Modifier and Type Method Description List<ConfigurationSetInformation>DescribeConfigurationSetsResponse. configurationSets()An array of ConfigurationSets objects.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.model with parameters of type ConfigurationSetInformation Modifier and Type Method Description DescribeConfigurationSetsResponse.BuilderDescribeConfigurationSetsResponse.Builder. configurationSets(ConfigurationSetInformation... configurationSets)An array of ConfigurationSets objects.Method parameters in software.amazon.awssdk.services.pinpointsmsvoicev2.model with type arguments of type ConfigurationSetInformation Modifier and Type Method Description DescribeConfigurationSetsResponse.BuilderDescribeConfigurationSetsResponse.Builder. configurationSets(Collection<ConfigurationSetInformation> configurationSets)An array of ConfigurationSets objects. -
Uses of ConfigurationSetInformation in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2.paginators that return types with arguments of type ConfigurationSetInformation Modifier and Type Method Description SdkIterable<ConfigurationSetInformation>DescribeConfigurationSetsIterable. configurationSets()Returns an iterable to iterate through the paginatedDescribeConfigurationSetsResponse.configurationSets()member.SdkPublisher<ConfigurationSetInformation>DescribeConfigurationSetsPublisher. configurationSets()Returns a publisher that can be used to get a stream of data.
-