Uses of Class
com.amazonaws.services.cognitosync.model.GetIdentityPoolConfigurationResult
Packages that use GetIdentityPoolConfigurationResult
-
Uses of GetIdentityPoolConfigurationResult in com.amazonaws.services.cognitosync
Methods in com.amazonaws.services.cognitosync that return GetIdentityPoolConfigurationResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSync.getIdentityPoolConfiguration
(GetIdentityPoolConfigurationRequest request) AmazonCognitoSync.getIdentityPoolConfiguration
(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest) Gets the configuration settings of an identity pool.AmazonCognitoSyncClient.getIdentityPoolConfiguration
(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest) Gets the configuration settings of an identity pool.Methods in com.amazonaws.services.cognitosync that return types with arguments of type GetIdentityPoolConfigurationResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSyncAsync.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest request) AbstractAmazonCognitoSyncAsync.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest request, AsyncHandler<GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResult> asyncHandler) AmazonCognitoSyncAsync.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest) Gets the configuration settings of an identity pool.AmazonCognitoSyncAsync.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest, AsyncHandler<GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResult> asyncHandler) Gets the configuration settings of an identity pool.AmazonCognitoSyncAsyncClient.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest request) AmazonCognitoSyncAsyncClient.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest request, AsyncHandler<GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResult> asyncHandler) Method parameters in com.amazonaws.services.cognitosync with type arguments of type GetIdentityPoolConfigurationResultModifier and TypeMethodDescriptionAbstractAmazonCognitoSyncAsync.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest request, AsyncHandler<GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResult> asyncHandler) AmazonCognitoSyncAsync.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest getIdentityPoolConfigurationRequest, AsyncHandler<GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResult> asyncHandler) Gets the configuration settings of an identity pool.AmazonCognitoSyncAsyncClient.getIdentityPoolConfigurationAsync
(GetIdentityPoolConfigurationRequest request, AsyncHandler<GetIdentityPoolConfigurationRequest, GetIdentityPoolConfigurationResult> asyncHandler) -
Uses of GetIdentityPoolConfigurationResult in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return GetIdentityPoolConfigurationResultModifier and TypeMethodDescriptionGetIdentityPoolConfigurationResult.clone()
GetIdentityPoolConfigurationResult.withCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.GetIdentityPoolConfigurationResult.withIdentityPoolId
(String identityPoolId) A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito.GetIdentityPoolConfigurationResult.withPushSync
(PushSync pushSync) Options to apply to this identity pool for push synchronization.