Uses of Class
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetEventDestinationsResponse
Packages that use GetConfigurationSetEventDestinationsResponse
-
Uses of GetConfigurationSetEventDestinationsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetConfigurationSetEventDestinationsResponseModifier and TypeMethodDescriptionSesV2Client.getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest) Retrieve a list of event destinations that are associated with a configuration set.SesV2Client.getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest) Retrieve a list of event destinations that are associated with a configuration set.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetConfigurationSetEventDestinationsResponseModifier and TypeMethodDescriptionSesV2AsyncClient.getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest) Retrieve a list of event destinations that are associated with a configuration set.SesV2AsyncClient.getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest) Retrieve a list of event destinations that are associated with a configuration set.