Uses of Class
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetEventDestinationsResponse
-
Packages that use GetConfigurationSetEventDestinationsResponse Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of GetConfigurationSetEventDestinationsResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetConfigurationSetEventDestinationsResponse Modifier and Type Method Description default GetConfigurationSetEventDestinationsResponseSesV2Client. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.default GetConfigurationSetEventDestinationsResponseSesV2Client. 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 GetConfigurationSetEventDestinationsResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationSetEventDestinationsResponse>SesV2AsyncClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.default CompletableFuture<GetConfigurationSetEventDestinationsResponse>SesV2AsyncClient. getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.
-