Uses of Class
software.amazon.awssdk.services.pinpointsmsvoicev2.model.CreateConfigurationSetResponse
-
Packages that use CreateConfigurationSetResponse Package Description software.amazon.awssdk.services.pinpointsmsvoicev2 Welcome to the AWS End User Messaging SMS and Voice, version 2 API Reference. -
-
Uses of CreateConfigurationSetResponse in software.amazon.awssdk.services.pinpointsmsvoicev2
Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return CreateConfigurationSetResponse Modifier and Type Method Description default CreateConfigurationSetResponsePinpointSmsVoiceV2Client. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Creates a new configuration set.default CreateConfigurationSetResponsePinpointSmsVoiceV2Client. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Creates a new configuration set.Methods in software.amazon.awssdk.services.pinpointsmsvoicev2 that return types with arguments of type CreateConfigurationSetResponse Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetResponse>PinpointSmsVoiceV2AsyncClient. createConfigurationSet(Consumer<CreateConfigurationSetRequest.Builder> createConfigurationSetRequest)Creates a new configuration set.default CompletableFuture<CreateConfigurationSetResponse>PinpointSmsVoiceV2AsyncClient. createConfigurationSet(CreateConfigurationSetRequest createConfigurationSetRequest)Creates a new configuration set.
-