Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.ListConfigurationSetsRequest
-
Packages that use ListConfigurationSetsRequest Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.transform -
-
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice with parameters of type ListConfigurationSetsRequest Modifier and Type Method Description default CompletableFuture<ListConfigurationSetsResponse>PinpointSmsVoiceAsyncClient. listConfigurationSets(ListConfigurationSetsRequest 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. -
Uses of ListConfigurationSetsRequest in software.amazon.awssdk.services.pinpointsmsvoice.transform
Methods in software.amazon.awssdk.services.pinpointsmsvoice.transform with parameters of type ListConfigurationSetsRequest Modifier and Type Method Description SdkHttpFullRequestListConfigurationSetsRequestMarshaller. marshall(ListConfigurationSetsRequest listConfigurationSetsRequest)
-