Amazon.CognitoIdentity.AmazonCognitoIdentityClient.GetIdentityPoolRoles C# (CSharp) Метод

GetIdentityPoolRoles() публичный Метод

Gets the roles for an identity pool.

You must use AWS Developer credentials to call this API.

/// Thrown when the service encounters an error during processing the request. /// /// Thrown for missing or bad input parameter(s). /// /// Thrown when a user is not authorized to access the requested resource. /// /// Thrown when a user tries to use a login which is already linked to another account. /// /// Thrown when the requested resource (for example, a dataset or record) does not exist. /// /// Thrown when a request is throttled. ///
public GetIdentityPoolRoles ( GetIdentityPoolRolesRequest request ) : GetIdentityPoolRolesResponse
request GetIdentityPoolRolesRequest Container for the necessary parameters to execute the GetIdentityPoolRoles service method.
Результат GetIdentityPoolRolesResponse
        public GetIdentityPoolRolesResponse GetIdentityPoolRoles(GetIdentityPoolRolesRequest request)
        {
            var marshaller = new GetIdentityPoolRolesRequestMarshaller();
            var unmarshaller = GetIdentityPoolRolesResponseUnmarshaller.Instance;

            return Invoke<GetIdentityPoolRolesRequest,GetIdentityPoolRolesResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonCognitoIdentityClient::GetIdentityPoolRoles ( string identityPoolId ) : GetIdentityPoolRolesResponse
AmazonCognitoIdentityClient