Uses of Interface
software.amazon.awssdk.services.sesv2.model.GetConfigurationSetEventDestinationsRequest.Builder
-
Packages that use GetConfigurationSetEventDestinationsRequest.Builder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 software.amazon.awssdk.services.sesv2.model -
-
Uses of GetConfigurationSetEventDestinationsRequest.Builder in software.amazon.awssdk.services.sesv2
Method parameters in software.amazon.awssdk.services.sesv2 with type arguments of type GetConfigurationSetEventDestinationsRequest.Builder 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 GetConfigurationSetEventDestinationsResponseSesV2Client. getConfigurationSetEventDestinations(Consumer<GetConfigurationSetEventDestinationsRequest.Builder> getConfigurationSetEventDestinationsRequest)Retrieve a list of event destinations that are associated with a configuration set. -
Uses of GetConfigurationSetEventDestinationsRequest.Builder in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description static GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest. builder()GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. configurationSetName(String configurationSetName)The name of the configuration set that contains the event destination.GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetConfigurationSetEventDestinationsRequest.BuilderGetConfigurationSetEventDestinationsRequest. toBuilder()Methods in software.amazon.awssdk.services.sesv2.model that return types with arguments of type GetConfigurationSetEventDestinationsRequest.Builder Modifier and Type Method Description static Class<? extends GetConfigurationSetEventDestinationsRequest.Builder>GetConfigurationSetEventDestinationsRequest. serializableBuilderClass()
-