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

AdminListDevices() 공개 메소드

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.
리턴 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