Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.UpdateConfigurationSetEventDestinationRequest.Builder
-
Packages that use UpdateConfigurationSetEventDestinationRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice
Method parameters in software.amazon.awssdk.services.pinpointsmsvoice with type arguments of type UpdateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateConfigurationSetEventDestinationResponse>PinpointSmsVoiceAsyncClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update an event destination in a configuration set.default UpdateConfigurationSetEventDestinationResponsePinpointSmsVoiceClient. updateConfigurationSetEventDestination(Consumer<UpdateConfigurationSetEventDestinationRequest.Builder> updateConfigurationSetEventDestinationRequest)Update an event destination in a configuration set. -
Uses of UpdateConfigurationSetEventDestinationRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return UpdateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest. builder()UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. configurationSetName(String configurationSetName)ConfigurationSetNamedefault UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(Consumer<EventDestinationDefinition.Builder> eventDestination)Sets the value of the EventDestination property for this object.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestination(EventDestinationDefinition eventDestination)Sets the value of the EventDestination property for this object.UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. eventDestinationName(String eventDestinationName)EventDestinationNameUpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateConfigurationSetEventDestinationRequest.BuilderUpdateConfigurationSetEventDestinationRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type UpdateConfigurationSetEventDestinationRequest.Builder Modifier and Type Method Description static Class<? extends UpdateConfigurationSetEventDestinationRequest.Builder>UpdateConfigurationSetEventDestinationRequest. serializableBuilderClass()
-