Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.CreateConfigurationSetResponse
-
Packages that use CreateConfigurationSetResponse Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIs -
-
Uses of CreateConfigurationSetResponse in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice that return CreateConfigurationSetResponse Modifier and Type Method Description default CreateConfigurationSetResponsePinpointSmsVoiceClient. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Create a new configuration set.default CreateConfigurationSetResponsePinpointSmsVoiceClient. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Create a new configuration set.Methods in software.amazon.awssdk.services.pinpointsmsvoice that return types with arguments of type CreateConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetResponse>PinpointSmsVoiceAsyncClient. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Create a new configuration set.default CompletableFuture<CreateConfigurationSetResponse>PinpointSmsVoiceAsyncClient. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Create a new configuration set.
-