Uses of Class
software.amazon.awssdk.services.pinpointemail.model.ListConfigurationSetsResponse
-
Packages that use ListConfigurationSetsResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service software.amazon.awssdk.services.pinpointemail.paginators -
-
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return ListConfigurationSetsResponse Modifier and Type Method Description default ListConfigurationSetsResponsePinpointEmailClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.default ListConfigurationSetsResponsePinpointEmailClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type ListConfigurationSetsResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>PinpointEmailAsyncClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.default CompletableFuture<ListConfigurationSetsResponse>PinpointEmailAsyncClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region. -
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.pinpointemail.paginators
Methods in software.amazon.awssdk.services.pinpointemail.paginators that return types with arguments of type ListConfigurationSetsResponse Modifier and Type Method Description Iterator<ListConfigurationSetsResponse>ListConfigurationSetsIterable. iterator()Method parameters in software.amazon.awssdk.services.pinpointemail.paginators with type arguments of type ListConfigurationSetsResponse Modifier and Type Method Description voidListConfigurationSetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListConfigurationSetsResponse> subscriber)
-