Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.ListConfigurationSetsResponse.Builder
-
Packages that use ListConfigurationSetsResponse.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of ListConfigurationSetsResponse.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return ListConfigurationSetsResponse.Builder Modifier and Type Method Description static ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse. builder()ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. configurationSets(String... configurationSets)An object that contains a list of configuration sets for your account in the current region.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. configurationSets(Collection<String> configurationSets)An object that contains a list of configuration sets for your account in the current region.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. nextToken(String nextToken)A token returned from a previous call to ListConfigurationSets to indicate the position in the list of configuration sets.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type ListConfigurationSetsResponse.Builder Modifier and Type Method Description static Class<? extends ListConfigurationSetsResponse.Builder>ListConfigurationSetsResponse. serializableBuilderClass()
-