Uses of Class
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetEventDestinationsRequest
-
Packages that use GetConfigurationSetEventDestinationsRequest Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.transform -
-
Uses of GetConfigurationSetEventDestinationsRequest in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 with parameters of type GetConfigurationSetEventDestinationsRequest Modifier and Type Method Description default CompletableFuture<GetConfigurationSetEventDestinationsResponse>SesV2AsyncClient. getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest 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. -
Uses of GetConfigurationSetEventDestinationsRequest in software.amazon.awssdk.services.sesv2.transform
Methods in software.amazon.awssdk.services.sesv2.transform with parameters of type GetConfigurationSetEventDestinationsRequest Modifier and Type Method Description SdkHttpFullRequestGetConfigurationSetEventDestinationsRequestMarshaller. marshall(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)
-