Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.CreateConfigurationSetEventDestinationRequest.Builder
-
Packages that use CreateConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of CreateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice
Method parameters in software.amazon.awssdk.services.pinpointsmsvoice with type arguments of type CreateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<CreateConfigurationSetEventDestinationResponse>PinpointSmsVoiceAsyncClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create a new event destination in a configuration set.default CreateConfigurationSetEventDestinationResponsePinpointSmsVoiceClient. createConfigurationSetEventDestination(Consumer<CreateConfigurationSetEventDestinationRequest.Builder> createConfigurationSetEventDestinationRequest)Create a new event destination in a configuration set. -
Uses of CreateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return CreateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest. builder()CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)ConfigurationSetNamedefault CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)Sets the value of the EventDestination property for this object.CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)Sets the value of the EventDestination property for this object.CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. eventDestinationName(String eventDestinationName)A name that identifies the event destination.CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateConfigurationSetEventDestinationRequest.BuilderCreateConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type CreateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends CreateConfigurationSetEventDestinationRequest.Builder>CreateConfigurationSetEventDestinationRequest. serializableBuilderClass()
-