Uses of Class
software.amazon.awssdk.services.cognitosync.model.GetIdentityPoolConfigurationResponse
-
Packages that use GetIdentityPoolConfigurationResponse Package Description software.amazon.awssdk.services.cognitosync Amazon Cognito Sync -
-
Uses of GetIdentityPoolConfigurationResponse in software.amazon.awssdk.services.cognitosync
Methods in software.amazon.awssdk.services.cognitosync that return GetIdentityPoolConfigurationResponse Modifier and Type Method Description default GetIdentityPoolConfigurationResponseCognitoSyncClient. getIdentityPoolConfiguration(Consumer<GetIdentityPoolConfigurationRequest.Builder> getIdentityPoolConfigurationRequest)Gets the configuration settings of an identity pool.default GetIdentityPoolConfigurationResponseCognitoSyncClient. getIdentityPoolConfiguration(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest)Gets the configuration settings of an identity pool.Methods in software.amazon.awssdk.services.cognitosync that return types with arguments of type GetIdentityPoolConfigurationResponse Modifier and Type Method Description default CompletableFuture<GetIdentityPoolConfigurationResponse>CognitoSyncAsyncClient. getIdentityPoolConfiguration(Consumer<GetIdentityPoolConfigurationRequest.Builder> getIdentityPoolConfigurationRequest)Gets the configuration settings of an identity pool.default CompletableFuture<GetIdentityPoolConfigurationResponse>CognitoSyncAsyncClient. getIdentityPoolConfiguration(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest)Gets the configuration settings of an identity pool.
-