Uses of Class
software.amazon.awssdk.services.pinpointemail.model.GetConfigurationSetEventDestinationsResponse
-
Packages that use GetConfigurationSetEventDestinationsResponse Package Description software.amazon.awssdk.services.pinpointemail Amazon Pinpoint Email Service -
-
Uses of GetConfigurationSetEventDestinationsResponse in software.amazon.awssdk.services.pinpointemail
Methods in software.amazon.awssdk.services.pinpointemail that return GetConfigurationSetEventDestinationsResponse Modifier and Type Method Description default GetConfigurationSetEventDestinationsResponsePinpointEmailClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.default GetConfigurationSetEventDestinationsResponsePinpointEmailClient. getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.Methods in software.amazon.awssdk.services.pinpointemail that return types with arguments of type GetConfigurationSetEventDestinationsResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationSetEventDestinationsResponse>PinpointEmailAsyncClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.default CompletableFuture<GetConfigurationSetEventDestinationsResponse>PinpointEmailAsyncClient. getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set.
-