Uses of Interface
software.amazon.awssdk.services.sesv2.SesV2BaseClientBuilder
-
Packages that use SesV2BaseClientBuilder Package Description software.amazon.awssdk.services.sesv2 Amazon SES API v2 -
-
Uses of SesV2BaseClientBuilder in software.amazon.awssdk.services.sesv2
Classes in software.amazon.awssdk.services.sesv2 with type parameters of type SesV2BaseClientBuilder Modifier and Type Interface Description interfaceSesV2BaseClientBuilder<B extends SesV2BaseClientBuilder<B,C>,C>This includes configuration specific to Amazon SES V2 that is supported by bothSesV2ClientBuilderandSesV2AsyncClientBuilder.Subinterfaces of SesV2BaseClientBuilder in software.amazon.awssdk.services.sesv2 Modifier and Type Interface Description interfaceSesV2AsyncClientBuilderA builder for creating an instance ofSesV2AsyncClient.interfaceSesV2ClientBuilderA builder for creating an instance ofSesV2Client.
-