Uses of Interface
software.amazon.awssdk.services.sms.SmsBaseClientBuilder
-
Packages that use SmsBaseClientBuilder Package Description software.amazon.awssdk.services.sms -
-
Uses of SmsBaseClientBuilder in software.amazon.awssdk.services.sms
Classes in software.amazon.awssdk.services.sms with type parameters of type SmsBaseClientBuilder Modifier and Type Interface Description interfaceSmsBaseClientBuilder<B extends SmsBaseClientBuilder<B,C>,C>This includes configuration specific to SMS that is supported by bothSmsClientBuilderandSmsAsyncClientBuilder.Subinterfaces of SmsBaseClientBuilder in software.amazon.awssdk.services.sms Modifier and Type Interface Description interfaceSmsAsyncClientBuilderA builder for creating an instance ofSmsAsyncClient.interfaceSmsClientBuilderA builder for creating an instance ofSmsClient.
-