Uses of Class
software.amazon.awssdk.services.cognitosync.model.SetIdentityPoolConfigurationResponse
-
Packages that use SetIdentityPoolConfigurationResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of SetIdentityPoolConfigurationResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return SetIdentityPoolConfigurationResponse Modifier and Type Method Description default SetIdentityPoolConfigurationResponseCognitoSyncClient. setIdentityPoolConfiguration(Consumer<SetIdentityPoolConfigurationRequest.Builder> setIdentityPoolConfigurationRequest)Sets the necessary configuration for push sync.default SetIdentityPoolConfigurationResponseCognitoSyncClient. setIdentityPoolConfiguration(SetIdentityPoolConfigurationRequest setIdentityPoolConfigurationRequest)Sets the necessary configuration for push sync.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type SetIdentityPoolConfigurationResponse Modifier and Type Method Description default CompletableFuture<SetIdentityPoolConfigurationResponse>CognitoSyncAsyncClient. setIdentityPoolConfiguration(Consumer<SetIdentityPoolConfigurationRequest.Builder> setIdentityPoolConfigurationRequest)Sets the necessary configuration for push sync.default CompletableFuture<SetIdentityPoolConfigurationResponse>CognitoSyncAsyncClient. setIdentityPoolConfiguration(SetIdentityPoolConfigurationRequest setIdentityPoolConfigurationRequest)Sets the necessary configuration for push sync.
-