Amazon.CognitoIdentityProvider.AmazonCognitoIdentityProviderClient.ConfirmDevice C# (CSharp) 메소드

ConfirmDevice() 공개 메소드

Confirms tracking of the device. This API call is the call that beings device tracking.
/// This exception is thrown when Amazon Cognito encounters an internal error. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid AWS /// Lambda response. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid parameter. /// /// This exception is thrown when the Amazon Cognito service encounters an invalid password. /// /// 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 a password reset is required. /// /// 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. /// /// This exception is thrown when Amazon Cognito encounters a user name that already exists /// in the user pool. /// /// This exception is thrown when a user is not confirmed successfully. /// /// This exception is thrown when a user is not found. ///
public ConfirmDevice ( ConfirmDeviceRequest request ) : ConfirmDeviceResponse
request Amazon.CognitoIdentityProvider.Model.ConfirmDeviceRequest Container for the necessary parameters to execute the ConfirmDevice service method.
리턴 Amazon.CognitoIdentityProvider.Model.ConfirmDeviceResponse
        public ConfirmDeviceResponse ConfirmDevice(ConfirmDeviceRequest request)
        {
            var marshaller = new ConfirmDeviceRequestMarshaller();
            var unmarshaller = ConfirmDeviceResponseUnmarshaller.Instance;

            return Invoke<ConfirmDeviceRequest,ConfirmDeviceResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient