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