Uses of Class
software.amazon.awssdk.services.pinpointsmsvoice.model.GetConfigurationSetEventDestinationsResponse
-
Packages that use GetConfigurationSetEventDestinationsResponse Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIs -
-
Uses of GetConfigurationSetEventDestinationsResponse in software.amazon.awssdk.services.pinpointsmsvoice
Methods in software.amazon.awssdk.services.pinpointsmsvoice that return GetConfigurationSetEventDestinationsResponse Modifier and Type Method Description default GetConfigurationSetEventDestinationsResponsePinpointSmsVoiceClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.default GetConfigurationSetEventDestinationsResponsePinpointSmsVoiceClient. getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.Methods in software.amazon.awssdk.services.pinpointsmsvoice that return types with arguments of type GetConfigurationSetEventDestinationsResponse Modifier and Type Method Description default CompletableFuture<GetConfigurationSetEventDestinationsResponse>PinpointSmsVoiceAsyncClient. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.default CompletableFuture<GetConfigurationSetEventDestinationsResponse>PinpointSmsVoiceAsyncClient. getConfigurationSetEventDestinations(GetConfigurationSetEventDestinationsRequest getConfigurationSetEventDestinationsRequest)Obtain information about an event destination, including the types of events it reports, the Amazon Resource Name (ARN) of the destination, and the name of the event destination.
-