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

AdminGetDevice() 공개 메소드

Gets the device, 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 AdminGetDevice ( AdminGetDeviceRequest request ) : AdminGetDeviceResponse
request Amazon.CognitoIdentityProvider.Model.AdminGetDeviceRequest Container for the necessary parameters to execute the AdminGetDevice service method.
리턴 Amazon.CognitoIdentityProvider.Model.AdminGetDeviceResponse
        public AdminGetDeviceResponse AdminGetDevice(AdminGetDeviceRequest request)
        {
            var marshaller = new AdminGetDeviceRequestMarshaller();
            var unmarshaller = AdminGetDeviceResponseUnmarshaller.Instance;

            return Invoke<AdminGetDeviceRequest,AdminGetDeviceResponse>(request, marshaller, unmarshaller);
        }
AmazonCognitoIdentityProviderClient