Метод | Описание | |
---|---|---|
AmazonCognitoIdentityClient ( ) : System |
Constructs AmazonCognitoIdentityClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCognitoIdentityClient ( |
Constructs AmazonCognitoIdentityClient with AWS Credentials
|
|
AmazonCognitoIdentityClient ( |
Constructs AmazonCognitoIdentityClient with AWS Credentials and an AmazonCognitoIdentityClient Configuration object.
|
|
AmazonCognitoIdentityClient ( |
Constructs AmazonCognitoIdentityClient with AWS Credentials
|
|
AmazonCognitoIdentityClient ( |
Constructs AmazonCognitoIdentityClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCognitoIdentityClient ( RegionEndpoint region ) : System |
Constructs AmazonCognitoIdentityClient with the credentials loaded from the application's default configuration, and if unsuccessful from the Instance Profile service on an EC2 instance. Example App.config with credentials set.
|
|
AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System |
Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, |
Constructs AmazonCognitoIdentityClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoIdentityClient Configuration object.
|
|
AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System |
Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System |
Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key
|
|
AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
Constructs AmazonCognitoIdentityClient with AWS Access Key ID, AWS Secret Key and an AmazonCognitoIdentityClient Configuration object.
|
|
AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System |
Constructs AmazonCognitoIdentityClient with AWS Access Key ID and AWS Secret Key
|
|
BeginCreateIdentityPool ( |
Initiates the asynchronous execution of the CreateIdentityPool operation.
|
|
BeginDeleteIdentities ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DeleteIdentities operation.
|
|
BeginDeleteIdentityPool ( |
Initiates the asynchronous execution of the DeleteIdentityPool operation.
|
|
BeginDescribeIdentity ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the DescribeIdentity operation.
|
|
BeginDescribeIdentityPool ( |
Initiates the asynchronous execution of the DescribeIdentityPool operation.
|
|
BeginGetCredentialsForIdentity ( |
Initiates the asynchronous execution of the GetCredentialsForIdentity operation.
|
|
BeginGetId ( |
Initiates the asynchronous execution of the GetId operation.
|
|
BeginGetIdentityPoolRoles ( Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the GetIdentityPoolRoles operation.
|
|
BeginGetOpenIdToken ( Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the GetOpenIdToken operation.
|
|
BeginGetOpenIdTokenForDeveloperIdentity ( Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the GetOpenIdTokenForDeveloperIdentity operation.
|
|
BeginListIdentities ( |
Initiates the asynchronous execution of the ListIdentities operation.
|
|
BeginListIdentityPools ( |
Initiates the asynchronous execution of the ListIdentityPools operation.
|
|
BeginLookupDeveloperIdentity ( Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the LookupDeveloperIdentity operation.
|
|
BeginMergeDeveloperIdentities ( Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult |
Initiates the asynchronous execution of the MergeDeveloperIdentities operation.
|
|
BeginSetIdentityPoolRoles ( |
Initiates the asynchronous execution of the SetIdentityPoolRoles operation.
|
|
BeginUnlinkDeveloperIdentity ( |
Initiates the asynchronous execution of the UnlinkDeveloperIdentity operation.
|
|
BeginUnlinkIdentity ( |
Initiates the asynchronous execution of the UnlinkIdentity operation.
|
|
BeginUpdateIdentityPool ( |
Initiates the asynchronous execution of the UpdateIdentityPool operation.
|
|
CreateIdentityPool ( |
Creates a new identity pool. The identity pool is a store of user identity information that is specific to your AWS account. The limit on identity pools is 60 per account. The keys for
You must use AWS Developer credentials to call this API.
|
|
CreateIdentityPoolAsync ( |
Initiates the asynchronous execution of the CreateIdentityPool operation.
|
|
CreateIdentityPoolAsync ( |
Initiates the asynchronous execution of the CreateIdentityPool operation.
|
|
DeleteIdentities ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request ) : Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse |
Deletes identities from an identity pool. You can specify a list of 1-60 identities that you want to delete. You must use AWS Developer credentials to call this API.
|
|
DeleteIdentitiesAsync ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DeleteIdentities operation.
|
|
DeleteIdentitiesAsync ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request, DeleteIdentitiesResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the DeleteIdentities operation.
|
|
DeleteIdentityPool ( |
Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool. You must use AWS Developer credentials to call this API.
|
|
DeleteIdentityPool ( string identityPoolId ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse |
Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool. You must use AWS Developer credentials to call this API.
|
|
DeleteIdentityPoolAsync ( |
Initiates the asynchronous execution of the DeleteIdentityPool operation.
|
|
DeleteIdentityPoolAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task |
Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool. You must use AWS Developer credentials to call this API.
|
|
DeleteIdentityPoolAsync ( |
Initiates the asynchronous execution of the DeleteIdentityPool operation.
|
|
DeleteIdentityPoolAsync ( string identityPoolId, DeleteIdentityPoolResponse>.AmazonServiceCallback |
Deletes a user pool. Once a pool is deleted, users will not be able to authenticate with the pool. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentity ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request ) : |
Returns metadata related to the given identity, including when the identity was created and any associated linked logins. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentity ( string identityId ) : |
Returns metadata related to the given identity, including when the identity was created and any associated linked logins. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentityAsync ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the DescribeIdentity operation.
|
|
DescribeIdentityAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task |
Returns metadata related to the given identity, including when the identity was created and any associated linked logins. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentityAsync ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, DescribeIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the DescribeIdentity operation.
|
|
DescribeIdentityAsync ( string identityId, DescribeIdentityResponse>.AmazonServiceCallback |
Returns metadata related to the given identity, including when the identity was created and any associated linked logins. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentityPool ( |
Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentityPool ( string identityPoolId ) : |
Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentityPoolAsync ( |
Initiates the asynchronous execution of the DescribeIdentityPool operation.
|
|
DescribeIdentityPoolAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task |
Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users. You must use AWS Developer credentials to call this API.
|
|
DescribeIdentityPoolAsync ( |
Initiates the asynchronous execution of the DescribeIdentityPool operation.
|
|
DescribeIdentityPoolAsync ( string identityPoolId, DescribeIdentityPoolResponse>.AmazonServiceCallback |
Gets details about a particular identity pool, including the pool name, ID description, creation date, and current number of users. You must use AWS Developer credentials to call this API.
|
|
EndCreateIdentityPool ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the CreateIdentityPool operation.
|
|
EndDeleteIdentities ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse |
Finishes the asynchronous execution of the DeleteIdentities operation.
|
|
EndDeleteIdentityPool ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse |
Finishes the asynchronous execution of the DeleteIdentityPool operation.
|
|
EndDescribeIdentity ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeIdentity operation.
|
|
EndDescribeIdentityPool ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the DescribeIdentityPool operation.
|
|
EndGetCredentialsForIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResponse |
Finishes the asynchronous execution of the GetCredentialsForIdentity operation.
|
|
EndGetId ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetId operation.
|
|
EndGetIdentityPoolRoles ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetIdentityPoolRoles operation.
|
|
EndGetOpenIdToken ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the GetOpenIdToken operation.
|
|
EndGetOpenIdTokenForDeveloperIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResponse |
Finishes the asynchronous execution of the GetOpenIdTokenForDeveloperIdentity operation.
|
|
EndListIdentities ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListIdentities operation.
|
|
EndListIdentityPools ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the ListIdentityPools operation.
|
|
EndLookupDeveloperIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse |
Finishes the asynchronous execution of the LookupDeveloperIdentity operation.
|
|
EndMergeDeveloperIdentities ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResponse |
Finishes the asynchronous execution of the MergeDeveloperIdentities operation.
|
|
EndSetIdentityPoolRoles ( IAsyncResult asyncResult ) : SetIdentityPoolRolesResponse |
Finishes the asynchronous execution of the SetIdentityPoolRoles operation.
|
|
EndUnlinkDeveloperIdentity ( IAsyncResult asyncResult ) : UnlinkDeveloperIdentityResponse |
Finishes the asynchronous execution of the UnlinkDeveloperIdentity operation.
|
|
EndUnlinkIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.UnlinkIdentityResponse |
Finishes the asynchronous execution of the UnlinkIdentity operation.
|
|
EndUpdateIdentityPool ( IAsyncResult asyncResult ) : |
Finishes the asynchronous execution of the UpdateIdentityPool operation.
|
|
GetCredentialsForIdentity ( |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetCredentialsForIdentity ( string identityId ) : GetCredentialsForIdentityResponse |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetCredentialsForIdentity ( string identityId, string>.Dictionary |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetCredentialsForIdentityAsync ( GetCredentialsForIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetCredentialsForIdentity operation.
|
|
GetCredentialsForIdentityAsync ( string identityId, string>.Dictionary |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetCredentialsForIdentityAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetCredentialsForIdentityAsync ( GetCredentialsForIdentityRequest request, GetCredentialsForIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the GetCredentialsForIdentity operation.
|
|
GetCredentialsForIdentityAsync ( string identityId, GetCredentialsForIdentityResponse>.AmazonServiceCallback |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetCredentialsForIdentityAsync ( string identityId, string>.Dictionary |
Returns credentials for the provided identity ID. Any provided logins will be validated against supported login providers. If the token is for cognito-identity.amazonaws.com, it will be passed through to AWS Security Token Service with the appropriate role for the token. This is a public API. You do not need any credentials to call this API.
|
|
GetId ( GetIdRequest request ) : GetIdResponse |
Generates (or retrieves) a Cognito ID. Supplying multiple logins will create an implicit linked account. This is a public API. You do not need any credentials to call this API.
|
|
GetIdAsync ( GetIdRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetId operation.
|
|
GetIdAsync ( GetIdRequest request, GetIdResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the GetId operation.
|
|
GetIdentityPoolRoles ( GetIdentityPoolRolesRequest request ) : GetIdentityPoolRolesResponse |
Gets the roles for an identity pool. You must use AWS Developer credentials to call this API.
|
|
GetIdentityPoolRoles ( string identityPoolId ) : GetIdentityPoolRolesResponse |
Gets the roles for an identity pool. You must use AWS Developer credentials to call this API.
|
|
GetIdentityPoolRolesAsync ( GetIdentityPoolRolesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetIdentityPoolRoles operation.
|
|
GetIdentityPoolRolesAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task |
Gets the roles for an identity pool. You must use AWS Developer credentials to call this API.
|
|
GetIdentityPoolRolesAsync ( GetIdentityPoolRolesRequest request, GetIdentityPoolRolesResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the GetIdentityPoolRoles operation.
|
|
GetIdentityPoolRolesAsync ( string identityPoolId, GetIdentityPoolRolesResponse>.AmazonServiceCallback |
Gets the roles for an identity pool. You must use AWS Developer credentials to call this API.
|
|
GetOpenIdToken ( GetOpenIdTokenRequest request ) : GetOpenIdTokenResponse |
Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by GetId. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link. The OpenId token is valid for 15 minutes. This is a public API. You do not need any credentials to call this API.
|
|
GetOpenIdToken ( string identityId ) : GetOpenIdTokenResponse |
Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by GetId. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link. The OpenId token is valid for 15 minutes. This is a public API. You do not need any credentials to call this API.
|
|
GetOpenIdTokenAsync ( GetOpenIdTokenRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetOpenIdToken operation.
|
|
GetOpenIdTokenAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task |
Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by GetId. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link. The OpenId token is valid for 15 minutes. This is a public API. You do not need any credentials to call this API.
|
|
GetOpenIdTokenAsync ( GetOpenIdTokenRequest request, GetOpenIdTokenResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the GetOpenIdToken operation.
|
|
GetOpenIdTokenAsync ( string identityId, GetOpenIdTokenResponse>.AmazonServiceCallback |
Gets an OpenID token, using a known Cognito ID. This known Cognito ID is returned by GetId. You can optionally add additional logins for the identity. Supplying multiple logins creates an implicit link. The OpenId token is valid for 15 minutes. This is a public API. You do not need any credentials to call this API.
|
|
GetOpenIdTokenForDeveloperIdentity ( GetOpenIdTokenForDeveloperIdentityRequest request ) : GetOpenIdTokenForDeveloperIdentityResponse |
Registers (or retrieves) a Cognito You can use You must use AWS Developer credentials to call this API.
|
|
GetOpenIdTokenForDeveloperIdentityAsync ( GetOpenIdTokenForDeveloperIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the GetOpenIdTokenForDeveloperIdentity operation.
|
|
GetOpenIdTokenForDeveloperIdentityAsync ( GetOpenIdTokenForDeveloperIdentityRequest request, GetOpenIdTokenForDeveloperIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the GetOpenIdTokenForDeveloperIdentity operation.
|
|
ListIdentities ( ListIdentitiesRequest request ) : ListIdentitiesResponse |
Lists the identities in a pool. You must use AWS Developer credentials to call this API.
|
|
ListIdentitiesAsync ( ListIdentitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListIdentities operation.
|
|
ListIdentitiesAsync ( ListIdentitiesRequest request, ListIdentitiesResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the ListIdentities operation.
|
|
ListIdentityPools ( ListIdentityPoolsRequest request ) : ListIdentityPoolsResponse |
Lists all of the Cognito identity pools registered for your account. You must use AWS Developer credentials to call this API.
|
|
ListIdentityPoolsAsync ( ListIdentityPoolsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the ListIdentityPools operation.
|
|
ListIdentityPoolsAsync ( ListIdentityPoolsRequest request, ListIdentityPoolsResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the ListIdentityPools operation.
|
|
LookupDeveloperIdentity ( LookupDeveloperIdentityRequest request ) : LookupDeveloperIdentityResponse |
Retrieves the You must use AWS Developer credentials to call this API.
|
|
LookupDeveloperIdentityAsync ( LookupDeveloperIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the LookupDeveloperIdentity operation.
|
|
LookupDeveloperIdentityAsync ( LookupDeveloperIdentityRequest request, LookupDeveloperIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the LookupDeveloperIdentity operation.
|
|
MergeDeveloperIdentities ( MergeDeveloperIdentitiesRequest request ) : MergeDeveloperIdentitiesResponse |
Merges two users having different You must use AWS Developer credentials to call this API.
|
|
MergeDeveloperIdentitiesAsync ( MergeDeveloperIdentitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the MergeDeveloperIdentities operation.
|
|
MergeDeveloperIdentitiesAsync ( MergeDeveloperIdentitiesRequest request, MergeDeveloperIdentitiesResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the MergeDeveloperIdentities operation.
|
|
SetIdentityPoolRoles ( SetIdentityPoolRolesRequest request ) : SetIdentityPoolRolesResponse |
Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action. You must use AWS Developer credentials to call this API.
|
|
SetIdentityPoolRoles ( string identityPoolId, string>.Dictionary |
Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action. You must use AWS Developer credentials to call this API.
|
|
SetIdentityPoolRolesAsync ( SetIdentityPoolRolesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the SetIdentityPoolRoles operation.
|
|
SetIdentityPoolRolesAsync ( string identityPoolId, string>.Dictionary |
Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action. You must use AWS Developer credentials to call this API.
|
|
SetIdentityPoolRolesAsync ( SetIdentityPoolRolesRequest request, SetIdentityPoolRolesResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the SetIdentityPoolRoles operation.
|
|
SetIdentityPoolRolesAsync ( string identityPoolId, string>.Dictionary |
Sets the roles for an identity pool. These roles are used when making calls to GetCredentialsForIdentity action. You must use AWS Developer credentials to call this API.
|
|
UnlinkDeveloperIdentity ( UnlinkDeveloperIdentityRequest request ) : UnlinkDeveloperIdentityResponse |
Unlinks a You must use AWS Developer credentials to call this API.
|
|
UnlinkDeveloperIdentityAsync ( UnlinkDeveloperIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the UnlinkDeveloperIdentity operation.
|
|
UnlinkDeveloperIdentityAsync ( UnlinkDeveloperIdentityRequest request, UnlinkDeveloperIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the UnlinkDeveloperIdentity operation.
|
|
UnlinkIdentity ( UnlinkIdentityRequest request ) : UnlinkIdentityResponse |
Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible. This is a public API. You do not need any credentials to call this API.
|
|
UnlinkIdentityAsync ( UnlinkIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the UnlinkIdentity operation.
|
|
UnlinkIdentityAsync ( UnlinkIdentityRequest request, UnlinkIdentityResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the UnlinkIdentity operation.
|
|
UpdateIdentityPool ( UpdateIdentityPoolRequest request ) : UpdateIdentityPoolResponse |
Updates a user pool. You must use AWS Developer credentials to call this API.
|
|
UpdateIdentityPoolAsync ( UpdateIdentityPoolRequest request, System cancellationToken = default(CancellationToken) ) : Task |
Initiates the asynchronous execution of the UpdateIdentityPool operation.
|
|
UpdateIdentityPoolAsync ( UpdateIdentityPoolRequest request, UpdateIdentityPoolResponse>.AmazonServiceCallback |
Initiates the asynchronous execution of the UpdateIdentityPool operation.
|
Метод | Описание | |
---|---|---|
CreateSigner ( ) : |
Creates the signer for the service.
|
|
Dispose ( bool disposing ) : void |
Disposes the service client.
|
public AmazonCognitoIdentityClient ( ) : System | ||
Результат | System |
public AmazonCognitoIdentityClient ( |
||
credentials | AWS Credentials | |
Результат | System |
public AmazonCognitoIdentityClient ( |
||
credentials | AWS Credentials | |
clientConfig | The AmazonCognitoIdentityClient Configuration Object | |
Результат | System |
public AmazonCognitoIdentityClient ( |
||
credentials | AWS Credentials | |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonCognitoIdentityClient ( |
||
config | The AmazonCognitoIdentityClient Configuration Object | |
Результат | System |
public AmazonCognitoIdentityClient ( RegionEndpoint region ) : System | ||
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
Результат | System |
public AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
clientConfig | The AmazonCognitoIdentityClient Configuration Object | |
Результат | System |
public AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
region | RegionEndpoint | The region to connect. |
Результат | System |
public AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
Результат | System |
public AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, |
||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
clientConfig | The AmazonCognitoIdentityClient Configuration Object | |
Результат | System |
public AmazonCognitoIdentityClient ( string awsAccessKeyId, string awsSecretAccessKey, string awsSessionToken, RegionEndpoint region ) : System | ||
awsAccessKeyId | string | AWS Access Key ID |
awsSecretAccessKey | string | AWS Secret Access Key |
awsSessionToken | string | AWS Session Token |
region | RegionEndpoint | The region to connect. |
Результат | System |
public BeginCreateIdentityPool ( |
||
request | Container for the necessary parameters to execute the CreateIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDeleteIdentities ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest | Container for the necessary parameters to execute the DeleteIdentities operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDeleteIdentityPool ( |
||
request | Container for the necessary parameters to execute the DeleteIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDescribeIdentity ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.DescribeIdentityRequest | Container for the necessary parameters to execute the DescribeIdentity operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginDescribeIdentityPool ( |
||
request | Container for the necessary parameters to execute the DescribeIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetCredentialsForIdentity ( |
||
request | Container for the necessary parameters to execute the GetCredentialsForIdentity operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetId ( |
||
request | Container for the necessary parameters to execute the GetId operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetIdentityPoolRoles ( Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.GetIdentityPoolRolesRequest | Container for the necessary parameters to execute the GetIdentityPoolRoles operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetOpenIdToken ( Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.GetOpenIdTokenRequest | Container for the necessary parameters to execute the GetOpenIdToken operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginGetOpenIdTokenForDeveloperIdentity ( Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityRequest | Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListIdentities ( |
||
request | Container for the necessary parameters to execute the ListIdentities operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginListIdentityPools ( |
||
request | Container for the necessary parameters to execute the ListIdentityPools operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginLookupDeveloperIdentity ( Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.LookupDeveloperIdentityRequest | Container for the necessary parameters to execute the LookupDeveloperIdentity operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginMergeDeveloperIdentities ( Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest request, AsyncCallback callback, object state ) : IAsyncResult | ||
request | Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesRequest | Container for the necessary parameters to execute the MergeDeveloperIdentities operation on AmazonCognitoIdentityClient. |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginSetIdentityPoolRoles ( |
||
request | Container for the necessary parameters to execute the SetIdentityPoolRoles operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginUnlinkDeveloperIdentity ( |
||
request | Container for the necessary parameters to execute the UnlinkDeveloperIdentity operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginUnlinkIdentity ( |
||
request | Container for the necessary parameters to execute the UnlinkIdentity operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public BeginUpdateIdentityPool ( |
||
request | Container for the necessary parameters to execute the UpdateIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | AsyncCallback | An AsyncCallback delegate that is invoked when the operation completes. |
state | object | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | IAsyncResult |
public CreateIdentityPool ( |
||
request | Container for the necessary parameters to execute the CreateIdentityPool service method. | |
Результат |
public CreateIdentityPoolAsync ( |
||
request | Container for the necessary parameters to execute the CreateIdentityPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public CreateIdentityPoolAsync ( |
||
request | Container for the necessary parameters to execute the CreateIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | CreateIdentityPoolResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
protected CreateSigner ( ) : |
||
Результат |
public DeleteIdentities ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request ) : Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse | ||
request | Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest | Container for the necessary parameters to execute the DeleteIdentities service method. |
Результат | Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse |
public DeleteIdentitiesAsync ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest | Container for the necessary parameters to execute the DeleteIdentities operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DeleteIdentitiesAsync ( Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest request, DeleteIdentitiesResponse>.AmazonServiceCallback |
||
request | Amazon.CognitoIdentity.Model.DeleteIdentitiesRequest | Container for the necessary parameters to execute the DeleteIdentities operation on AmazonCognitoIdentityClient. |
callback | DeleteIdentitiesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public DeleteIdentityPool ( |
||
request | Container for the necessary parameters to execute the DeleteIdentityPool service method. | |
Результат | Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse |
public DeleteIdentityPool ( string identityPoolId ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse | ||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
Результат | Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse |
public DeleteIdentityPoolAsync ( |
||
request | Container for the necessary parameters to execute the DeleteIdentityPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DeleteIdentityPoolAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DeleteIdentityPoolAsync ( |
||
request | Container for the necessary parameters to execute the DeleteIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | DeleteIdentityPoolResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public DeleteIdentityPoolAsync ( string identityPoolId, DeleteIdentityPoolResponse>.AmazonServiceCallback |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
callback | DeleteIdentityPoolResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
Результат | void |
public DescribeIdentity ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request ) : |
||
request | Amazon.CognitoIdentity.Model.DescribeIdentityRequest | Container for the necessary parameters to execute the DescribeIdentity service method. |
Результат |
public DescribeIdentity ( string identityId ) : |
||
identityId | string | A unique identifier in the format REGION:GUID. |
Результат |
public DescribeIdentityAsync ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | Amazon.CognitoIdentity.Model.DescribeIdentityRequest | Container for the necessary parameters to execute the DescribeIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeIdentityAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task |
||
identityId | string | A unique identifier in the format REGION:GUID. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeIdentityAsync ( Amazon.CognitoIdentity.Model.DescribeIdentityRequest request, DescribeIdentityResponse>.AmazonServiceCallback |
||
request | Amazon.CognitoIdentity.Model.DescribeIdentityRequest | Container for the necessary parameters to execute the DescribeIdentity operation on AmazonCognitoIdentityClient. |
callback | DescribeIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public DescribeIdentityAsync ( string identityId, DescribeIdentityResponse>.AmazonServiceCallback |
||
identityId | string | A unique identifier in the format REGION:GUID. |
callback | DescribeIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
Результат | void |
public DescribeIdentityPool ( |
||
request | Container for the necessary parameters to execute the DescribeIdentityPool service method. | |
Результат |
public DescribeIdentityPool ( string identityPoolId ) : |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
Результат |
public DescribeIdentityPoolAsync ( |
||
request | Container for the necessary parameters to execute the DescribeIdentityPool operation. | |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeIdentityPoolAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public DescribeIdentityPoolAsync ( |
||
request | Container for the necessary parameters to execute the DescribeIdentityPool operation on AmazonCognitoIdentityClient. | |
callback | DescribeIdentityPoolResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. | |
Результат | void |
public DescribeIdentityPoolAsync ( string identityPoolId, DescribeIdentityPoolResponse>.AmazonServiceCallback |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
callback | DescribeIdentityPoolResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// | |
Результат | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | |
Результат | void |
public EndCreateIdentityPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginCreateIdentityPool. |
Результат |
public EndDeleteIdentities ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteIdentities. |
Результат | Amazon.CognitoIdentity.Model.DeleteIdentitiesResponse |
public EndDeleteIdentityPool ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDeleteIdentityPool. |
Результат | Amazon.CognitoIdentity.Model.DeleteIdentityPoolResponse |
public EndDescribeIdentity ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeIdentity. |
Результат |
public EndDescribeIdentityPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginDescribeIdentityPool. |
Результат |
public EndGetCredentialsForIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetCredentialsForIdentity. |
Результат | Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResponse |
public EndGetId ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetId. |
Результат |
public EndGetIdentityPoolRoles ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetIdentityPoolRoles. |
Результат |
public EndGetOpenIdToken ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetOpenIdToken. |
Результат |
public EndGetOpenIdTokenForDeveloperIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginGetOpenIdTokenForDeveloperIdentity. |
Результат | Amazon.CognitoIdentity.Model.GetOpenIdTokenForDeveloperIdentityResponse |
public EndListIdentities ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListIdentities. |
Результат |
public EndListIdentityPools ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginListIdentityPools. |
Результат |
public EndLookupDeveloperIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginLookupDeveloperIdentity. |
Результат | Amazon.CognitoIdentity.Model.LookupDeveloperIdentityResponse |
public EndMergeDeveloperIdentities ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginMergeDeveloperIdentities. |
Результат | Amazon.CognitoIdentity.Model.MergeDeveloperIdentitiesResponse |
public EndSetIdentityPoolRoles ( IAsyncResult asyncResult ) : SetIdentityPoolRolesResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginSetIdentityPoolRoles. |
Результат | SetIdentityPoolRolesResponse |
public EndUnlinkDeveloperIdentity ( IAsyncResult asyncResult ) : UnlinkDeveloperIdentityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUnlinkDeveloperIdentity. |
Результат | UnlinkDeveloperIdentityResponse |
public EndUnlinkIdentity ( IAsyncResult asyncResult ) : Amazon.CognitoIdentity.Model.UnlinkIdentityResponse | ||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUnlinkIdentity. |
Результат | Amazon.CognitoIdentity.Model.UnlinkIdentityResponse |
public EndUpdateIdentityPool ( IAsyncResult asyncResult ) : |
||
asyncResult | IAsyncResult | The IAsyncResult returned by the call to BeginUpdateIdentityPool. |
Результат |
public GetCredentialsForIdentity ( |
||
request | Container for the necessary parameters to execute the GetCredentialsForIdentity service method. | |
Результат | Amazon.CognitoIdentity.Model.GetCredentialsForIdentityResponse |
public GetCredentialsForIdentity ( string identityId ) : GetCredentialsForIdentityResponse | ||
identityId | string | A unique identifier in the format REGION:GUID. |
Результат | GetCredentialsForIdentityResponse |
public GetCredentialsForIdentity ( string identityId, string>.Dictionary |
||
identityId | string | A unique identifier in the format REGION:GUID. |
logins | string>.Dictionary | A set of optional name-value pairs that map provider names to provider tokens. |
Результат | GetCredentialsForIdentityResponse |
public GetCredentialsForIdentityAsync ( GetCredentialsForIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetCredentialsForIdentityRequest | Container for the necessary parameters to execute the GetCredentialsForIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetCredentialsForIdentityAsync ( string identityId, string>.Dictionary |
||
identityId | string | A unique identifier in the format REGION:GUID. |
logins | string>.Dictionary | A set of optional name-value pairs that map provider names to provider tokens. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetCredentialsForIdentityAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task |
||
identityId | string | A unique identifier in the format REGION:GUID. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetCredentialsForIdentityAsync ( GetCredentialsForIdentityRequest request, GetCredentialsForIdentityResponse>.AmazonServiceCallback |
||
request | GetCredentialsForIdentityRequest | Container for the necessary parameters to execute the GetCredentialsForIdentity operation on AmazonCognitoIdentityClient. |
callback | GetCredentialsForIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public GetCredentialsForIdentityAsync ( string identityId, GetCredentialsForIdentityResponse>.AmazonServiceCallback |
||
identityId | string | A unique identifier in the format REGION:GUID. |
callback | GetCredentialsForIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// |
Результат | void |
public GetCredentialsForIdentityAsync ( string identityId, string>.Dictionary |
||
identityId | string | A unique identifier in the format REGION:GUID. |
logins | string>.Dictionary | A set of optional name-value pairs that map provider names to provider tokens. |
callback | GetCredentialsForIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// |
Результат | void |
public GetId ( GetIdRequest request ) : GetIdResponse | ||
request | GetIdRequest | Container for the necessary parameters to execute the GetId service method. |
Результат | GetIdResponse |
public GetIdAsync ( GetIdRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetIdRequest | Container for the necessary parameters to execute the GetId operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetIdAsync ( GetIdRequest request, GetIdResponse>.AmazonServiceCallback |
||
request | GetIdRequest | Container for the necessary parameters to execute the GetId operation on AmazonCognitoIdentityClient. |
callback | GetIdResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public GetIdentityPoolRoles ( GetIdentityPoolRolesRequest request ) : GetIdentityPoolRolesResponse | ||
request | GetIdentityPoolRolesRequest | Container for the necessary parameters to execute the GetIdentityPoolRoles service method. |
Результат | GetIdentityPoolRolesResponse |
public GetIdentityPoolRoles ( string identityPoolId ) : GetIdentityPoolRolesResponse | ||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
Результат | GetIdentityPoolRolesResponse |
public GetIdentityPoolRolesAsync ( GetIdentityPoolRolesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetIdentityPoolRolesRequest | Container for the necessary parameters to execute the GetIdentityPoolRoles operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetIdentityPoolRolesAsync ( string identityPoolId, System cancellationToken = default(CancellationToken) ) : Task |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetIdentityPoolRolesAsync ( GetIdentityPoolRolesRequest request, GetIdentityPoolRolesResponse>.AmazonServiceCallback |
||
request | GetIdentityPoolRolesRequest | Container for the necessary parameters to execute the GetIdentityPoolRoles operation on AmazonCognitoIdentityClient. |
callback | GetIdentityPoolRolesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public GetIdentityPoolRolesAsync ( string identityPoolId, GetIdentityPoolRolesResponse>.AmazonServiceCallback |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
callback | GetIdentityPoolRolesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// |
Результат | void |
public GetOpenIdToken ( GetOpenIdTokenRequest request ) : GetOpenIdTokenResponse | ||
request | GetOpenIdTokenRequest | Container for the necessary parameters to execute the GetOpenIdToken service method. |
Результат | GetOpenIdTokenResponse |
public GetOpenIdToken ( string identityId ) : GetOpenIdTokenResponse | ||
identityId | string | A unique identifier in the format REGION:GUID. |
Результат | GetOpenIdTokenResponse |
public GetOpenIdTokenAsync ( GetOpenIdTokenRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetOpenIdTokenRequest | Container for the necessary parameters to execute the GetOpenIdToken operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetOpenIdTokenAsync ( string identityId, System cancellationToken = default(CancellationToken) ) : Task |
||
identityId | string | A unique identifier in the format REGION:GUID. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetOpenIdTokenAsync ( GetOpenIdTokenRequest request, GetOpenIdTokenResponse>.AmazonServiceCallback |
||
request | GetOpenIdTokenRequest | Container for the necessary parameters to execute the GetOpenIdToken operation on AmazonCognitoIdentityClient. |
callback | GetOpenIdTokenResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public GetOpenIdTokenAsync ( string identityId, GetOpenIdTokenResponse>.AmazonServiceCallback |
||
identityId | string | A unique identifier in the format REGION:GUID. |
callback | GetOpenIdTokenResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// |
Результат | void |
public GetOpenIdTokenForDeveloperIdentity ( GetOpenIdTokenForDeveloperIdentityRequest request ) : GetOpenIdTokenForDeveloperIdentityResponse | ||
request | GetOpenIdTokenForDeveloperIdentityRequest | Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity service method. |
Результат | GetOpenIdTokenForDeveloperIdentityResponse |
public GetOpenIdTokenForDeveloperIdentityAsync ( GetOpenIdTokenForDeveloperIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | GetOpenIdTokenForDeveloperIdentityRequest | Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public GetOpenIdTokenForDeveloperIdentityAsync ( GetOpenIdTokenForDeveloperIdentityRequest request, GetOpenIdTokenForDeveloperIdentityResponse>.AmazonServiceCallback |
||
request | GetOpenIdTokenForDeveloperIdentityRequest | Container for the necessary parameters to execute the GetOpenIdTokenForDeveloperIdentity operation on AmazonCognitoIdentityClient. |
callback | GetOpenIdTokenForDeveloperIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public ListIdentities ( ListIdentitiesRequest request ) : ListIdentitiesResponse | ||
request | ListIdentitiesRequest | Container for the necessary parameters to execute the ListIdentities service method. |
Результат | ListIdentitiesResponse |
public ListIdentitiesAsync ( ListIdentitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ListIdentitiesRequest | Container for the necessary parameters to execute the ListIdentities operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListIdentitiesAsync ( ListIdentitiesRequest request, ListIdentitiesResponse>.AmazonServiceCallback |
||
request | ListIdentitiesRequest | Container for the necessary parameters to execute the ListIdentities operation on AmazonCognitoIdentityClient. |
callback | ListIdentitiesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public ListIdentityPools ( ListIdentityPoolsRequest request ) : ListIdentityPoolsResponse | ||
request | ListIdentityPoolsRequest | Container for the necessary parameters to execute the ListIdentityPools service method. |
Результат | ListIdentityPoolsResponse |
public ListIdentityPoolsAsync ( ListIdentityPoolsRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | ListIdentityPoolsRequest | Container for the necessary parameters to execute the ListIdentityPools operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public ListIdentityPoolsAsync ( ListIdentityPoolsRequest request, ListIdentityPoolsResponse>.AmazonServiceCallback |
||
request | ListIdentityPoolsRequest | Container for the necessary parameters to execute the ListIdentityPools operation on AmazonCognitoIdentityClient. |
callback | ListIdentityPoolsResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public LookupDeveloperIdentity ( LookupDeveloperIdentityRequest request ) : LookupDeveloperIdentityResponse | ||
request | LookupDeveloperIdentityRequest | Container for the necessary parameters to execute the LookupDeveloperIdentity service method. |
Результат | LookupDeveloperIdentityResponse |
public LookupDeveloperIdentityAsync ( LookupDeveloperIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | LookupDeveloperIdentityRequest | Container for the necessary parameters to execute the LookupDeveloperIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public LookupDeveloperIdentityAsync ( LookupDeveloperIdentityRequest request, LookupDeveloperIdentityResponse>.AmazonServiceCallback |
||
request | LookupDeveloperIdentityRequest | Container for the necessary parameters to execute the LookupDeveloperIdentity operation on AmazonCognitoIdentityClient. |
callback | LookupDeveloperIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public MergeDeveloperIdentities ( MergeDeveloperIdentitiesRequest request ) : MergeDeveloperIdentitiesResponse | ||
request | MergeDeveloperIdentitiesRequest | Container for the necessary parameters to execute the MergeDeveloperIdentities service method. |
Результат | MergeDeveloperIdentitiesResponse |
public MergeDeveloperIdentitiesAsync ( MergeDeveloperIdentitiesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | MergeDeveloperIdentitiesRequest | Container for the necessary parameters to execute the MergeDeveloperIdentities operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public MergeDeveloperIdentitiesAsync ( MergeDeveloperIdentitiesRequest request, MergeDeveloperIdentitiesResponse>.AmazonServiceCallback |
||
request | MergeDeveloperIdentitiesRequest | Container for the necessary parameters to execute the MergeDeveloperIdentities operation on AmazonCognitoIdentityClient. |
callback | MergeDeveloperIdentitiesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public SetIdentityPoolRoles ( SetIdentityPoolRolesRequest request ) : SetIdentityPoolRolesResponse | ||
request | SetIdentityPoolRolesRequest | Container for the necessary parameters to execute the SetIdentityPoolRoles service method. |
Результат | SetIdentityPoolRolesResponse |
public SetIdentityPoolRoles ( string identityPoolId, string>.Dictionary |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
roles | string>.Dictionary | The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN. |
Результат | SetIdentityPoolRolesResponse |
public SetIdentityPoolRolesAsync ( SetIdentityPoolRolesRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | SetIdentityPoolRolesRequest | Container for the necessary parameters to execute the SetIdentityPoolRoles operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public SetIdentityPoolRolesAsync ( string identityPoolId, string>.Dictionary |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
roles | string>.Dictionary | The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public SetIdentityPoolRolesAsync ( SetIdentityPoolRolesRequest request, SetIdentityPoolRolesResponse>.AmazonServiceCallback |
||
request | SetIdentityPoolRolesRequest | Container for the necessary parameters to execute the SetIdentityPoolRoles operation on AmazonCognitoIdentityClient. |
callback | SetIdentityPoolRolesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public SetIdentityPoolRolesAsync ( string identityPoolId, string>.Dictionary |
||
identityPoolId | string | An identity pool ID in the format REGION:GUID. |
roles | string>.Dictionary | The map of roles associated with this pool. For a given role, the key will be either "authenticated" or "unauthenticated" and the value will be the Role ARN. |
callback | SetIdentityPoolRolesResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | /// A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. /// |
Результат | void |
public UnlinkDeveloperIdentity ( UnlinkDeveloperIdentityRequest request ) : UnlinkDeveloperIdentityResponse | ||
request | UnlinkDeveloperIdentityRequest | Container for the necessary parameters to execute the UnlinkDeveloperIdentity service method. |
Результат | UnlinkDeveloperIdentityResponse |
public UnlinkDeveloperIdentityAsync ( UnlinkDeveloperIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | UnlinkDeveloperIdentityRequest | Container for the necessary parameters to execute the UnlinkDeveloperIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public UnlinkDeveloperIdentityAsync ( UnlinkDeveloperIdentityRequest request, UnlinkDeveloperIdentityResponse>.AmazonServiceCallback |
||
request | UnlinkDeveloperIdentityRequest | Container for the necessary parameters to execute the UnlinkDeveloperIdentity operation on AmazonCognitoIdentityClient. |
callback | UnlinkDeveloperIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public UnlinkIdentity ( UnlinkIdentityRequest request ) : UnlinkIdentityResponse | ||
request | UnlinkIdentityRequest | Container for the necessary parameters to execute the UnlinkIdentity service method. |
Результат | UnlinkIdentityResponse |
public UnlinkIdentityAsync ( UnlinkIdentityRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | UnlinkIdentityRequest | Container for the necessary parameters to execute the UnlinkIdentity operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public UnlinkIdentityAsync ( UnlinkIdentityRequest request, UnlinkIdentityResponse>.AmazonServiceCallback |
||
request | UnlinkIdentityRequest | Container for the necessary parameters to execute the UnlinkIdentity operation on AmazonCognitoIdentityClient. |
callback | UnlinkIdentityResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |
public UpdateIdentityPool ( UpdateIdentityPoolRequest request ) : UpdateIdentityPoolResponse | ||
request | UpdateIdentityPoolRequest | Container for the necessary parameters to execute the UpdateIdentityPool service method. |
Результат | UpdateIdentityPoolResponse |
public UpdateIdentityPoolAsync ( UpdateIdentityPoolRequest request, System cancellationToken = default(CancellationToken) ) : Task |
||
request | UpdateIdentityPoolRequest | Container for the necessary parameters to execute the UpdateIdentityPool operation. |
cancellationToken | System | /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. /// |
Результат | Task |
public UpdateIdentityPoolAsync ( UpdateIdentityPoolRequest request, UpdateIdentityPoolResponse>.AmazonServiceCallback |
||
request | UpdateIdentityPoolRequest | Container for the necessary parameters to execute the UpdateIdentityPool operation on AmazonCognitoIdentityClient. |
callback | UpdateIdentityPoolResponse>.AmazonServiceCallback | An Action delegate that is invoked when the operation completes. |
options | AsyncOptions | A user-defined state object that is passed to the callback procedure. Retrieve this object from within the callback /// procedure using the AsyncState property. |
Результат | void |