Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.GetConfigurationSetEventDestinationsResponse.Builder
-
Packages that use GetConfigurationSetEventDestinationsResponse.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of GetConfigurationSetEventDestinationsResponse.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return GetConfigurationSetEventDestinationsResponse.Builder Modifier and Type Method Description static GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse. builder()GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse.Builder. eventDestinations(Collection<EventDestination> eventDestinations)Sets the value of the EventDestinations property for this object.GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse.Builder. eventDestinations(Consumer<EventDestination.Builder>... eventDestinations)Sets the value of the EventDestinations property for this object.GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse.Builder. eventDestinations(EventDestination... eventDestinations)Sets the value of the EventDestinations property for this object.GetConfigurationSetEventDestinationsResponse.BuilderGetConfigurationSetEventDestinationsResponse. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type GetConfigurationSetEventDestinationsResponse.Builder Modifier and Type Method Description static Class<? extends GetConfigurationSetEventDestinationsResponse.Builder>GetConfigurationSetEventDestinationsResponse. serializableBuilderClass()
-