Uses of Interface
software.amazon.awssdk.services.cognitosync.CognitoSyncBaseClientBuilder
-
Packages that use CognitoSyncBaseClientBuilder Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of CognitoSyncBaseClientBuilder in software.amazon.awssdk.services.cognitosync
Classes in software.amazon.awssdk.services.cognitosync with type parameters of type CognitoSyncBaseClientBuilder Modifier and Type Interface Description interfaceCognitoSyncBaseClientBuilder<B extends CognitoSyncBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon Cognito Sync that is supported by bothCognitoSyncClientBuilderandCognitoSyncAsyncClientBuilder.Subinterfaces of CognitoSyncBaseClientBuilder in software.amazon.awssdk.services.cognitosync Modifier and Type Interface Description interfaceCognitoSyncAsyncClientBuilderA builder for creating an instance ofCognitoSyncAsyncClient.interfaceCognitoSyncClientBuilderA builder for creating an instance ofCognitoSyncClient.
-