Uses of Class
com.amazonaws.services.cognitosync.model.SetIdentityPoolConfigurationResult
-
Packages that use SetIdentityPoolConfigurationResult Package Description com.amazonaws.services.cognitosync com.amazonaws.services.cognitosync.model -
-
Uses of SetIdentityPoolConfigurationResult in com.amazonaws.services.cognitosync
Methods in com.amazonaws.services.cognitosync that return SetIdentityPoolConfigurationResult Modifier and Type Method Description SetIdentityPoolConfigurationResult
AbstractAmazonCognitoSync. setIdentityPoolConfiguration(SetIdentityPoolConfigurationRequest request)
SetIdentityPoolConfigurationResult
AmazonCognitoSync. setIdentityPoolConfiguration(SetIdentityPoolConfigurationRequest setIdentityPoolConfigurationRequest)
Sets the necessary configuration for push sync.SetIdentityPoolConfigurationResult
AmazonCognitoSyncClient. setIdentityPoolConfiguration(SetIdentityPoolConfigurationRequest setIdentityPoolConfigurationRequest)
Sets the necessary configuration for push sync.Method parameters in com.amazonaws.services.cognitosync with type arguments of type SetIdentityPoolConfigurationResult Modifier and Type Method Description Future<SetIdentityPoolConfigurationResult>
AbstractAmazonCognitoSyncAsync. setIdentityPoolConfigurationAsync(SetIdentityPoolConfigurationRequest request, AsyncHandler<SetIdentityPoolConfigurationRequest,SetIdentityPoolConfigurationResult> asyncHandler)
Future<SetIdentityPoolConfigurationResult>
AmazonCognitoSyncAsync. setIdentityPoolConfigurationAsync(SetIdentityPoolConfigurationRequest setIdentityPoolConfigurationRequest, AsyncHandler<SetIdentityPoolConfigurationRequest,SetIdentityPoolConfigurationResult> asyncHandler)
Sets the necessary configuration for push sync.Future<SetIdentityPoolConfigurationResult>
AmazonCognitoSyncAsyncClient. setIdentityPoolConfigurationAsync(SetIdentityPoolConfigurationRequest request, AsyncHandler<SetIdentityPoolConfigurationRequest,SetIdentityPoolConfigurationResult> asyncHandler)
-
Uses of SetIdentityPoolConfigurationResult in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return SetIdentityPoolConfigurationResult Modifier and Type Method Description SetIdentityPoolConfigurationResult
SetIdentityPoolConfigurationResult. clone()
SetIdentityPoolConfigurationResult
SetIdentityPoolConfigurationResult. withCognitoStreams(CognitoStreams cognitoStreams)
Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationResult
SetIdentityPoolConfigurationResult. withIdentityPoolId(String identityPoolId)
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.SetIdentityPoolConfigurationResult
SetIdentityPoolConfigurationResult. withPushSync(PushSync pushSync)
Options to apply to this identity pool for push synchronization.
-