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