Uses of Interface
software.amazon.awssdk.services.pinpointemail.model.ListConfigurationSetsResponse.Builder
-
Packages that use ListConfigurationSetsResponse.Builder Package Description software.amazon.awssdk.services.pinpointemail.model -
-
Uses of ListConfigurationSetsResponse.Builder in software.amazon.awssdk.services.pinpointemail.model
Methods in software.amazon.awssdk.services.pinpointemail.model that return ListConfigurationSetsResponse.Builder Modifier and Type Method Description static ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse. builder()ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. configurationSets(String... configurationSets)An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. configurationSets(Collection<String> configurationSets)An array that contains all of the configuration sets in your Amazon Pinpoint account in the current AWS Region.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse.Builder. nextToken(String nextToken)A token that indicates that there are additional configuration sets to list.ListConfigurationSetsResponse.BuilderListConfigurationSetsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointemail.model that return types with arguments of type ListConfigurationSetsResponse.Builder Modifier and Type Method Description static Class<? extends ListConfigurationSetsResponse.Builder>ListConfigurationSetsResponse. serializableBuilderClass()
-