Uses of Class
com.amazonaws.services.cognitosync.model.CognitoStreams
Packages that use CognitoStreams
-
Uses of CognitoStreams in com.amazonaws.services.cognitosync.model
Methods in com.amazonaws.services.cognitosync.model that return CognitoStreamsModifier and TypeMethodDescriptionCognitoStreams.clone()
GetIdentityPoolConfigurationResult.getCognitoStreams()
Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationRequest.getCognitoStreams()
Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationResult.getCognitoStreams()
Options to apply to this identity pool for Amazon Cognito streams.CognitoStreams.withRoleArn
(String roleArn) The ARN of the role Amazon Cognito can assume in order to publish to the stream.CognitoStreams.withStreamingStatus
(StreamingStatus streamingStatus) Status of the Cognito streams.CognitoStreams.withStreamingStatus
(String streamingStatus) Status of the Cognito streams.CognitoStreams.withStreamName
(String streamName) The name of the Cognito stream to receive updates.Methods in com.amazonaws.services.cognitosync.model with parameters of type CognitoStreamsModifier and TypeMethodDescriptionvoid
GetIdentityPoolConfigurationResult.setCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.void
SetIdentityPoolConfigurationRequest.setCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.void
SetIdentityPoolConfigurationResult.setCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.GetIdentityPoolConfigurationResult.withCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationRequest.withCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.SetIdentityPoolConfigurationResult.withCognitoStreams
(CognitoStreams cognitoStreams) Options to apply to this identity pool for Amazon Cognito streams.