Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.AdminListDevices C# (CSharp) Method

AdminListDevices() public method

Lists devices, as an administrator.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception is thrown when the user pool configuration is invalid. /// /// This exception gets thrown when a user is not authorized. /// /// This exception is thrown when the Amazon Cognito service cannot find the requested /// resource. /// /// This exception gets thrown when the user has made too many requests for a given operation. ///
public AdminListDevices ( AdminListDevicesRequest request ) : AdminListDevicesResponse
request Amazon.CognitoIdentityProvider.Model.AdminListDevicesRequest Container for the necessary parameters to execute the AdminListDevices service method.
return Amazon.CognitoIdentityProvider.Model.AdminListDevicesResponse
        public AdminListDevicesResponse AdminListDevices(AdminListDevicesRequest request)
        {
            var marshaller = new AdminListDevicesRequestMarshaller();
            var unmarshaller = AdminListDevicesResponseUnmarshaller.Instance;

            return Invoke<AdminListDevicesRequest,AdminListDevicesResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient