Uses of Interface
software.amazon.awssdk.services.pinpointsmsvoice.model.GetConfigurationSetEventDestinationsRequest.Builder
-
Packages that use GetConfigurationSetEventDestinationsRequest.Builder Package Description software.amazon.awssdk.services.pinpointsmsvoice Pinpoint SMS and Voice Messaging public facing APIssoftware.amazon.awssdk.services.pinpointsmsvoice.model -
-
Uses of GetConfigurationSetEventDestinationsRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice
Method parameters in software.amazon.awssdk.services.pinpointsmsvoice with type arguments of type GetConfigurationSetEventDestinationsRequest.Builder 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 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. -
Uses of GetConfigurationSetEventDestinationsRequest.Builder in software.amazon.awssdk.services.pinpointsmsvoice.model
Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description static GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest. builder()GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. configurationSetName(String configurationSetName)ConfigurationSetNameGetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.pinpointsmsvoice.model that return types with arguments of type GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationSetEventDestinationsRequest.Builder>GetConfigurationSetEventDestinationsRequest. serializableBuilderClass()
-