Uses of Interface
software.amazon.awssdk.services.sns.SnsBaseClientBuilder
-
Packages that use SnsBaseClientBuilder Package Description software.amazon.awssdk.services.sns Amazon Simple Notification Service -
-
Uses of SnsBaseClientBuilder in software.amazon.awssdk.services.sns
Classes in software.amazon.awssdk.services.sns with type parameters of type SnsBaseClientBuilder Modifier and Type Interface Description interfaceSnsBaseClientBuilder<B extends SnsBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon SNS that is supported by bothSnsClientBuilderandSnsAsyncClientBuilder.Subinterfaces of SnsBaseClientBuilder in software.amazon.awssdk.services.sns Modifier and Type Interface Description interfaceSnsAsyncClientBuilderA builder for creating an instance ofSnsAsyncClient.interfaceSnsClientBuilderA builder for creating an instance ofSnsClient.
-