Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.ListConfigurationSetsResponse
-
Packages that use ListConfigurationSetsResponse Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIs -
-
Uses of ListConfigurationSetsResponse in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice that return ListConfigurationSetsResponse Modifier and Type Method Description default ListConfigurationSetsResponsePinpointSmsVoiceClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.default ListConfigurationSetsResponsePinpointSmsVoiceClient. 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.pinpointsmsvoice that return types with arguments of type ListConfigurationSetsResponse Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>PinpointSmsVoiceAsyncClient. listConfigurationSets(Consumer<ListConfigurationSetsRequest.Builder> listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.default CompletableFuture<ListConfigurationSetsResponse>PinpointSmsVoiceAsyncClient. listConfigurationSets(ListConfigurationSetsRequest listConfigurationSetsRequest)List all of the configuration sets associated with your Amazon Pinpoint account in the current region.
-